mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:50:57 +11:00
a6e987b5f7
In preparation for the IY->BC move
9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
BEGIN, ( loop )
|
|
( DE is a wordref, first step, do our len correspond? )
|
|
HL PUSH, ( --> lvl 3 )
|
|
DE PUSH, ( --> lvl 4 )
|
|
DE DECd,
|
|
LDA(DE),
|
|
0x7f ANDi, ( remove IMMEDIATE flag )
|
|
C CPr, ( cont. )
|