Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Table "32/64-bit ModR/M Byte" #10

Closed
d0sboots opened this issue May 25, 2019 · 2 comments
Closed

Error in Table "32/64-bit ModR/M Byte" #10

d0sboots opened this issue May 25, 2019 · 2 comments
Labels
HTML editions not connected to the XML or XSL core files

Comments

@d0sboots
Copy link

In the Table "32/64-bit ModR/M Byte", for Mod=00, R/M=001 the effective address is listed as "[RCX/EDX]+disp8". This is incorrect, it should be "[RCX/ECX]+disp8". (I.e. with 32-bit operands the base register remains ECX.)

This is verified both by the correct listing in the table below, "32-bit ModR/M Byte", as well as Intel's official manual.

@BarebitOpenSource
Copy link
Contributor

Thank you for spotting it, it's a typo. It takes some time to fix it.

Relevant link: http://ref.x86asm.net/coder64.html#modrm_byte_32_64

@BarebitOpenSource BarebitOpenSource added the HTML editions not connected to the XML or XSL core files label May 31, 2019
@BarebitOpenSource
Copy link
Contributor

Moved to mazegen/x86reference#17

@BarebitOpenSource BarebitOpenSource closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTML editions not connected to the XML or XSL core files
Projects
None yet
Development

No branches or pull requests

2 participants