mirror of
https://github.com/TomHarte/CLK.git
synced 2025-12-19 14:18:05 +00:00
Fixes ADD/SUB Dn,x to use the proper destination value.
This commit is contained in:
@@ -72,6 +72,10 @@ template <class T, bool dtack_is_implicit> void Processor<T, dtack_is_implicit>:
|
||||
|
||||
active_program_ = &instructions[decoded_instruction_];
|
||||
active_micro_op_ = active_program_->micro_operations;
|
||||
|
||||
if(decoded_instruction_ == 0xd1ae) {
|
||||
printf("");
|
||||
}
|
||||
}
|
||||
|
||||
auto bus_program = active_micro_op_->bus_program;
|
||||
|
||||
Reference in New Issue
Block a user