chore: naming parity
This commit is contained in:
@@ -570,7 +570,7 @@ impl Disassembler {
|
||||
|
||||
0xC0..=0xC1 => return Err(DisasmError::OpcodeUndefined(opcode)),
|
||||
|
||||
0xC2 => Mnemonic::RETIw(self.parse_word()),
|
||||
0xC2 => Mnemonic::RET_Iw(self.parse_word()),
|
||||
0xC3 => Mnemonic::RET,
|
||||
|
||||
0xC4..=0xC5 => todo!("LES and LDS not yet implemented"),
|
||||
|
||||
Reference in New Issue
Block a user