.sbttl COMMAND TABLES AND REFERENCE STRINGS ; ==================================== ; Refer to the material in CEX.MAC for information on how these tables are ; used in processing commands. .psect ucltbl .sbttl Symbol Execution Address List .word badcm0 .word ambcom sealst:: .rept nsyms .word syproc .endr .sbttl Command Execution Address List .word badcom, ambcom cealst:: .word chngdf .word chain .word dsplay .word erase .word lister .word pass .word path .word recall .word rno .word store .word 0 .sbttl Reference String Address List rsalst:: .word schngd .word schain .word sdspla .word serase .word sliste .word spass .word spath .word srecal .word srno .word sstore .word 0 .sbttl Reference Strings: Commands .nlist bex schngd: .asciz /CD/ schain: .asciz /CHAIN/ sdspla: .asciz /DISPLAY/ serase: .asciz /ERASE/ sliste: .asciz /LIST/ spass: .asciz /PASS_ON/ spath: .asciz /PATH/ srecal: .asciz /RECALL/ srno: .asciz /RNO/ sstore: .asciz /STORE/ .sbttl 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/ rstsw: .asciz /RESET/ tosw: .asciz /TO/ symsw: .asciz /SYMBOLS/ trmsw: .asciz /TERMINAL/ .list bex .even