mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 20:25:19 +00:00
SWAP should clear overflow and carry.
This commit is contained in:
@@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user