mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:40:54 +11:00
16 lines
219 B
Plaintext
16 lines
219 B
Plaintext
CODE CMP
|
|
HL POP,
|
|
DE POP,
|
|
chkPS,
|
|
DE SUBHLd,
|
|
DE 0 LDdi,
|
|
IFNZ, ( < or > )
|
|
DE INCd,
|
|
IFNC, ( < )
|
|
DE DECd,
|
|
DE DECd,
|
|
THEN,
|
|
THEN,
|
|
DE PUSH,
|
|
;CODE
|