1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 09:48:46 +10:00
collapseos/blk/323
Virgil Dupras 7359717000 z80: add missing chkPS, calls
chkPS, used to be only for words that pushed back to PS, but I've
recently removed underflow checks from next and I forgot to add
missing chkPS, calls that go with this change.
2020-08-23 08:43:51 -04:00

12 lines
136 B
Plaintext

CODE C!
HL POP, DE POP, chkPS,
(HL) E LDrr,
;CODE
CODE C@
HL POP, chkPS,
L (HL) LDrr,
H 0 LDri,
HL PUSH,
;CODE