; ************************************************************* ; * * ; * The MICROSOFT LINK-80 decoding and check package LIB * ; * ==================================================== * ; * * ; * Some definitions: * ; * The organisation of a REL module is defined by a * ; * bitstream * ; * * ; * NAME FIELD (BFIELD) is defined as a counter loaded from * ; * first three bits and followed by a number of characters * ; * defined by the counter * ; * * ; * VALUE FIELD (AFIELD) is defined by a two bit control * ; * field followed by a 16 bit value * ; * * ; ************************************************************* .xlist ; ===== Constants ===== lablen equ 6 ; Label length (M80, RMAC) item equ 8 ; Complete length of one item ; .ENTRY equ 0 ; ENTRY .EXTERN equ 1 ; EXTERN .MODULE equ 2 ; Neither ; Tab.ENT equ 2 Tab.EXT equ 6 bits equ 8 .list