ft: implement fmt::Display for all mnemonics

This commit is contained in:
2025-05-20 10:46:52 +09:00
parent fd15e57569
commit 3fe58e8bac
2 changed files with 235 additions and 12 deletions

View File

@@ -486,8 +486,8 @@ impl Disassembler {
0x84 => modrmb!(self, TEST),
0x85 => modrmv!(self, TEST),
0x86 => modrmb!(self, XHCG),
0x87 => modrmv!(self, XHCG),
0x86 => modrmb!(self, XCHG),
0x87 => modrmv!(self, XCHG),
0x88 => modrmb!(self, MOV_FromReg),
0x89 => modrmv!(self, MOV_FromReg),