ft: implement fmt::Display for all mnemonics
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user