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

Only 1 of the 3 MOV entries is present (and it's the debug-register one, not regular integer) #8

Open
pcordes opened this issue Feb 5, 2018 · 0 comments

Comments

@pcordes
Copy link

pcordes commented Feb 5, 2018

http://felixcloutier.com/x86/MOV.html is the entry for MOV r32, DR0–DR7.

In a fork of this project, https://github.com/HJLebbink/asm-dude/wiki/MOV is regular GP-register mov, like MOV r/m32,r32.

But HJLebbink's fork seems to have lost the debug-register and control-register forms. IIRC, http://felixcloutier.com/x86 used to have all 3 separate entries from the Intel PDF:

  • MOV—Move
  • MOV—Move to/from Control Registers
  • MOV—Move to/from Debug Registers

(which appear in that order in the PDF).

So HJLebbink kept the first entry, this revision kept the last entry?

Note that the problem isn't present for MOVQ: the index has 2 entries for MOVQ. But one of them is actually MOVD/MOVQ, so the HTML pages have different URLs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant