| Title | [lDebug] Disassembling MOV with CR or DR should always treat other operand as MOD=3 |
|---|---|
| Author | E. C. Masloch |
| Created | 2026-06-06 17:31:40 +0200 Jun Sat |
| State | closed |
The mov instruction with a CR, DR, or TR register operand
should always treat the other operand as a register,
like if MOD=3 (11b) was encoded.
Fixed by hg 6114c3e73628 on 2026-01-21. This makes use of a new OPX type,
OPX_MOD_FORCE_3. TheOP_R_MODtype disallows assembling a memory operand already.