;Symbolic Definitions for some ASCII characters ; BELL EQU 07H ;ASCII BEL (Control-G) TAB EQU 09H ;ASCII Tab (Control-I) LF EQU 0AH ;ASCII Line Feed (CTRL-J) FF EQU 0CH ;ASCII Form Feed (CTRL-L) CR EQU 0DH ;ASCII Carriage Return (CTRL-M) XON EQU 11H ;The the ASCII character used for XON XOFF EQU 13H ;The the ASCII character used for XOFF ESC EQU 1BH ;ASCII ESCape SUBT EQU 1AH ;ASCII SUB (CTRL-Z) DEL EQU 7FH ;ASCII DELete (rubout) BS EQU 08H ;ASCII BackSpace space EQU 20h ;ascii space