mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
Fix PUSH immediate.
This commit is contained in:
@@ -196,6 +196,7 @@ std::pair<int, typename Decoder<model>::InstructionT> Decoder<model>::decode(
|
||||
} else {
|
||||
immediate(Operation::PUSH, DataSize::Byte);
|
||||
operation_size_ = data_size_;
|
||||
sign_extend_operand_ = true;
|
||||
}
|
||||
break;
|
||||
case 0x6b:
|
||||
|
||||
Reference in New Issue
Block a user