mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-04 13:31:26 +00:00
SWAP should clear overflow and carry.
This commit is contained in:
parent
0bb6b498ce
commit
e214584c76
@ -892,6 +892,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
|
||||
|
||||
zero_result_ = active_program_->destination->full;
|
||||
negative_flag_ = temporary & 0x8000;
|
||||
overflow_flag_ = carry_flag_ = 0;
|
||||
} break;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user