mirror of
https://github.com/hsoft/collapseos.git
synced 2025-02-17 17:46:01 +11:00
There is now no more actual code in stable ABI, only references. This makes refactoring of this code much easier. For example, changing IY to BC as the IP register.
11 lines
338 B
Plaintext
11 lines
338 B
Plaintext
CODE (loop)
|
|
PC ORG @ 0x45 + ! ( stable ABI JP )
|
|
0 IX+ INC(IXY+), IFZ, 1 IX+ INC(IXY+), THEN, ( I++ )
|
|
( Jump if I <> I' )
|
|
A 0 IX+ LDrIXY, 2 IX- CP(IXY+), JRNZ, L1 BWR ( branch )
|
|
A 1 IX+ LDrIXY, 1 IX- CP(IXY+), JRNZ, L1 BWR ( branch )
|
|
( don't branch )
|
|
IX DECd, IX DECd, IX DECd, IX DECd,
|
|
IY INCd, IY INCd,
|
|
;CODE
|