Skip to content

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

@pcordes

Description

@pcordes

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.

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