mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 02:20:58 +11:00
7359717000
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.
12 lines
136 B
Plaintext
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
|