mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 22:20:55 +11:00
17 lines
232 B
Plaintext
17 lines
232 B
Plaintext
CODE CMP
|
|
HL POPqq,
|
|
DE POPqq,
|
|
chkPS,
|
|
DE SUBHLss,
|
|
BC 0 LDddnn,
|
|
IFNZ, ( < or > )
|
|
BC INCss,
|
|
IFNC, ( < )
|
|
BC DECss,
|
|
BC DECss,
|
|
THEN,
|
|
THEN,
|
|
BC PUSHqq,
|
|
;CODE
|
|
|