mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 15:29:24 +00:00
Whoops: CWAI has to flag that the entire range of registers has been saved. (6809)
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
86c9ade43f
commit
1556e82313
@ -582,6 +582,7 @@ uint8_t EightBit::mc6809::com(uint8_t operand) {
|
|||||||
|
|
||||||
void EightBit::mc6809::cwai(uint8_t data) {
|
void EightBit::mc6809::cwai(uint8_t data) {
|
||||||
CC() &= data;
|
CC() &= data;
|
||||||
|
CC() |= EF;
|
||||||
pushWordS(PC());
|
pushWordS(PC());
|
||||||
pushWordS(U());
|
pushWordS(U());
|
||||||
pushWordS(Y());
|
pushWordS(Y());
|
||||||
|
Loading…
Reference in New Issue
Block a user