1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-20 11:08:28 +10:00
collapseos/blk/292
Virgil Dupras a6e987b5f7 z80: protect BC in _find
In preparation for the IY->BC move
2020-07-05 22:43:32 -04:00

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. )