.TITLE NULTBL - NULL LENGTH INTERNAL COMMAND TABLE .IDENT /V9.1/ ; ;+ ;***** ; ; NULTBL - Defines null length internal table to be used ; if CCL.MAC assembled to look @$TABLE but the internal ; table is not defined by any external module. ; ;***** ;- .PSECT $TABLE,RO,D,LCL,CON,REL $TABLE:: .WORD 0 ; NULL => "END-OF-FILE" .WORD 0 .END