1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Corrects decoding of DBcc.

This commit is contained in:
Thomas Harte 2019-04-15 09:49:23 -04:00
parent 45f35236a7
commit 3d240f3f18

View File

@ -1395,7 +1395,7 @@ struct ProcessorStorageConstructor {
case Decoder::SccDBcc: {
if(ea_mode == 1) {
// This is a DBcc. Decode as such.
operation = Operation::DBcc;
storage_.instructions[instruction].source = &storage_.data_[ea_register];
// Jump straight into deciding what steps to take next,