.sbttl Command Tables And Reference Strings ; Command Tables and Reference Strings ; ------------------------------------ ; ; Refer to the material in CEX.MAC for information on how these tables are ; used in processing commands. ; Symbol Execution Address List: .word badcm0 .word ambcom sealst: .rept nsyms .word syproc .endr ; Command Execution Address List: .word badcom, ambcom cealst: .word chngdf .word dsplay .word erase .word lister .word rno .word 0 ; Reference String Address List: rsalst: .word schngd .word sdspla .word serase .word sliste .word srno .word 0 ; Reference Strings, Commands: .nlist bex schngd: .asciz /CD/ sdspla: .asciz /DISPLAY/ serase: .asciz /ERASE/ sliste: .asciz /LIST/ srno: .asciz /RNO/ ; Reference Strings, Switches & Arguments: allsw: .asciz /ALL/ comsw: .asciz /COMMANDS/ exesw: .asciz /EXECUTE/ nexsw: .asciz /NOEXECUTE/ noqsw: .asciz /NOQUERY/ outsw: .asciz /OUTPUT/ prnsw: .asciz /PRINTER/ qrysw: .asciz /QUERY/ symsw: .asciz /SYMBOLS/ trmsw: .asciz /TERMINAL/ .list bex .even