collapseos/blk/293

16 lines
518 B
Plaintext
Raw Normal View History

2020-05-17 09:47:34 +10:00
IFZ,
( match, let's compare the string then )
DE DECss, ( Skip prev field. One less because we )
DE DECss, ( pre-decrement )
B C LDrr, ( loop C times )
BEGIN,
( pre-decrement for easier Z matching )
DE DECss,
HL DECss,
LDA(DE),
(HL) CPr,
JRNZ, BREAK,
2020-05-17 09:47:34 +10:00
DJNZ, AGAIN,
THEN,
2020-04-23 11:19:12 +10:00
( cont. )