1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Output extension words as if immediates.

This commit is contained in:
Thomas Harte 2022-10-25 09:58:01 -04:00
parent 38c531fd5a
commit b4fcf92a62

View File

@ -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 "#";