2020-04-22 21:19:12 -04:00
|
|
|
( At this point, Z is set if we have a match. In all cases,
|
|
|
|
we want to pop HL and DE )
|
|
|
|
DE POPqq, ( <-- lvl 2 )
|
|
|
|
HL POPqq, ( <-- lvl 1 )
|
|
|
|
JRZ, L2 FWR ( end-B296, match? we're done! )
|
|
|
|
( no match, go to prev and continue )
|
|
|
|
HL PUSHqq, ( --> lvl 1 )
|
|
|
|
DE DECss,
|
|
|
|
DE DECss,
|
|
|
|
DE DECss, ( prev field )
|
|
|
|
DE PUSHqq, ( --> lvl 2 )
|
|
|
|
EXDEHL,
|
2020-04-28 21:12:52 -04:00
|
|
|
LDDE(HL),
|
|
|
|
|
|
|
|
|
2020-04-22 21:19:12 -04:00
|
|
|
( cont. )
|