home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / psp_io / include / common.inc next >
Text File  |  1994-04-25  |  897b  |  17 lines

  1. ;****************************************************************************
  2. ;                               C O M M O N . I N C
  3. ;============================================================================
  4. ;                           Commonly used equates.
  5. ;****************************************************************************
  6.  
  7. CR              =       0Dh             ; ASCII carriage return char.
  8. LF              =       0Ah             ; ASCII line-feed character.
  9. NULL            =       0               ; ASCII end-of-string character.
  10. SPACE           =       20h             ; ASCII space character.
  11. TAB             =       09h             ; ASCII tab character.
  12.  
  13. SW1             =       '/'             ; Command-line switch.
  14. SW2             =       '-'             ; Command-line switch.
  15.  
  16. HANDLE_1        =       1               ; Standard output handle (screen).
  17.