mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-05 21:32:55 +00:00
Fix destination decrement.
This commit is contained in:
parent
ce7f94559b
commit
7ef526e2d3
@ -806,7 +806,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
||||
SetDataAddress(registers_[8 + instruction_.reg(0)].l);
|
||||
Access(operand_[0].low); // nr
|
||||
|
||||
registers_[8 + instruction_.reg(1)].l -= byte_word_increments[1][instruction_.reg(1)];
|
||||
registers_[8 + instruction_.reg(1)].l -= byte_word_increments[0][instruction_.reg(1)];
|
||||
SetDataAddress(registers_[8 + instruction_.reg(1)].l);
|
||||
Access(operand_[1].low); // nr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user