home *** CD-ROM | disk | FTP | other *** search
- ;===================================================================
- ;=================== D L R s =====================================
- ;
- ; NOTE Remember to set DLR_chunk% !
- ____________________________________________________________________
-
- .WT_DLR_DecodingTable%
- z "Test" ; prefix string
- z "1stDLR"
- ;... more DLR names
- z ; no more DLR names
- ____________________________________________________________________
-
- .WT_DLR_BranchTable%
- b Test_FirstDLR
- ;... more branches to DLRs
- .WT_DLR_BranchTable_End%
- ____________________________________________________________________
- iw 0,_dlr_end ; define the iformaton word
- .Test_FirstDLR push 0-12,14
- pop^
- _dlr_end
- ____________________________________________________________________
-