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

操作系统开发

开发平台:

Visual C++

  1. ; QBasic Standard Error Messages.
  2. ; This file is read by the tool makemsgs, which produces the files:
  3. ;      qbimsgs.asm, qbimsgs.inc, and qbimsgs.h
  4. ;
  5. ; Entries in this file have the form:
  6. ;  [<symbol's name>,[<msg index/error code>],"<ASCII msg>"] [;<comment>]
  7. ;
  8. ; If <msg index/error code> is not specified, the next available one
  9. ;    is assigned.
  10. ;
  11. ;Section 1:  Runtime Errors - symbol names are kept small to decrease
  12. ;            the size of the runtime library.
  13. ;            Names begin with ER_ to distinguish them from non-runtime
  14. ;            errors, which begin with MSG_.
  15. ;
  16. ER_NF,1,"NEXT senza FOR"
  17. ER_SN,2,"Errore di sintassi"
  18. ER_RG,3,"RETURN senza GOSUB"
  19. ER_OD,4,"Valori dell'istruzione DATA esauriti"
  20. ER_FC,5,"Chiamata di funzione non valida"
  21. ER_OV,6,"Overflow"
  22. ER_OM,7,"Memoria esaurita"
  23. ER_UL,8,"Etichetta non definita"
  24. ER_SOR,9,"Indice inferiore fuori limite"
  25. ER_DD,10,"Definizione doppia"
  26. ER_DV0,11,"Divisione per zero"
  27. ER_ID,12,"Non ammesso in modalit