mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 02:31:01 +11:00
bf4ab0f1b4
For the IY->BC move, of course.
16 lines
219 B
Plaintext
16 lines
219 B
Plaintext
CODE CMP
|
|
HL POP,
|
|
DE POP,
|
|
chkPS,
|
|
DE SUBHLd,
|
|
DE 0 LDdn,
|
|
IFNZ, ( < or > )
|
|
DE INCd,
|
|
IFNC, ( < )
|
|
DE DECd,
|
|
DE DECd,
|
|
THEN,
|
|
THEN,
|
|
DE PUSH,
|
|
;CODE
|