2020-04-23 11:19:12 +10:00
|
|
|
( DE contains prev offset )
|
2020-06-28 12:01:56 +10:00
|
|
|
HL POP, ( <-- lvl 2 )
|
2020-04-23 11:19:12 +10:00
|
|
|
( HL is prev field's addr. Is offset zero? )
|
2020-04-28 05:04:37 +10:00
|
|
|
DEZ,
|
2020-04-23 11:19:12 +10:00
|
|
|
IFNZ,
|
|
|
|
( get absolute addr from offset )
|
|
|
|
( carry cleared from "or e" )
|
2020-06-28 12:01:56 +10:00
|
|
|
DE SBCHLd,
|
|
|
|
EXDEHL, ( result in DE )
|
2020-04-23 11:19:12 +10:00
|
|
|
THEN,
|
2020-06-28 12:01:56 +10:00
|
|
|
HL POP, ( <-- lvl 1 )
|
2020-04-23 11:19:12 +10:00
|
|
|
JRNZ, AGAIN, ( inner-B292, try to match again )
|
|
|
|
( Z set? end of dict, unset Z )
|
|
|
|
|
2020-04-28 05:04:37 +10:00
|
|
|
|
2020-04-23 11:19:12 +10:00
|
|
|
( cont. )
|