Skip to content

overlooked mul and imul, results for div and idiv #80

@sevilla-larry

Description

@sevilla-larry

Existing issues

  • I have searched the existing issues.

Affected document

https://github.com/0xAX/asm/blob/master/content/asm_4.md

Issue description

hi @0xAX,

Under Binary arithmetic instructions:

  1. missing: mul and imul
  2. results for:
    a. 8-bit: al = quotient, ah = remainder
    b. 16-bit: ax = quotient, dx = remainder
    c. 32-bit: eax = quotient, edx = remainder
    d. 64-bit: rax = quotient, rdx = remainder

Attachments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions