mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 08:10:55 +11:00
2d9a07d215
This was becoming heavy to manage.
16 lines
231 B
Plaintext
16 lines
231 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
|