home *** CD-ROM | disk | FTP | other *** search
- ;****************************************************************************
- ; C O M M O N . I N C
- ;============================================================================
- ; Commonly used equates.
- ;****************************************************************************
-
- CR = 0Dh ; ASCII carriage return char.
- LF = 0Ah ; ASCII line-feed character.
- NULL = 0 ; ASCII end-of-string character.
- SPACE = 20h ; ASCII space character.
- TAB = 09h ; ASCII tab character.
-
- SW1 = '/' ; Command-line switch.
- SW2 = '-' ; Command-line switch.
-
- HANDLE_1 = 1 ; Standard output handle (screen).
-