ascii.inc
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:0k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. ;***
  2. ;ascii.inc - 20-Mar-86 - ASCII Character Definitions
  3. ;***
  4. .XLIST
  5. ;***
  6. ;
  7. ; Copyright <C> 1986, Microsoft Corporation
  8. ;
  9. ;Purpose:
  10. ;
  11. ;******************************************************************************
  12. ASCBEL= 07h ;Bell
  13. ASCBS= 08h ;Backspace
  14. ASCHT= 09h ;Tab
  15. ASCLF= 0Ah ;Line feed
  16. ASCCR= 0Dh ;Carriage return
  17. ASCSP= 20h ;Space
  18. ASCQO= 22h ;Quote
  19. newline= asccr
  20. .LIST