mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 15:39:08 +00:00
Causes SWAP actually to perform.
This commit is contained in:
parent
bb9424d944
commit
958d44a20d
@ -663,7 +663,7 @@ struct ProcessorStorageConstructor {
|
||||
switch(mapping.decoder) {
|
||||
case Decoder::SWAP: {
|
||||
storage_.instructions[instruction].set_destination(storage_, Dn, ea_register);
|
||||
op(Action::None, seq("np"));
|
||||
op(Action::PerformOperation, seq("np"));
|
||||
} break;
|
||||
|
||||
case Decoder::EXG: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user