You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
, likeMOV 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:
(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.
The text was updated successfully, but these errors were encountered: