mirror of
https://github.com/TomHarte/CLK.git
synced 2025-03-03 11:31:47 +00:00
Add second operand to DBcc.
This commit is contained in:
parent
f7932d8583
commit
3dce673b37
@ -2677,6 +2677,7 @@ struct ProcessorStorageConstructor {
|
||||
operation = Operation::DBcc;
|
||||
program.set_source(storage_, Dn, ea_register);
|
||||
dumper.set_source(Dn, ea_register);
|
||||
dumper.set_dest(Imm);
|
||||
dumper.set_operation(operation);
|
||||
|
||||
// Jump straight into deciding what steps to take next,
|
||||
|
Loading…
x
Reference in New Issue
Block a user