mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:50:57 +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.
14 lines
179 B
Plaintext
14 lines
179 B
Plaintext
CODE !
|
|
HL POP, DE POP, chkPS,
|
|
(HL) E LDrr,
|
|
HL INCd,
|
|
(HL) D LDrr,
|
|
;CODE
|
|
CODE @
|
|
HL POP, chkPS,
|
|
E (HL) LDrr,
|
|
HL INCd,
|
|
D (HL) LDrr,
|
|
DE PUSH,
|
|
;CODE
|