mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Output extension words as if immediates.
This commit is contained in:
parent
38c531fd5a
commit
b4fcf92a62
@ -45,6 +45,7 @@ std::string Preinstruction::operand_description(int index, int opcode) const {
|
||||
case AddressingMode::AbsoluteLong:
|
||||
return "(xxx).l";
|
||||
|
||||
case AddressingMode::ExtensionWord:
|
||||
case AddressingMode::ImmediateData:
|
||||
return "#";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user