qbasmsgs.txt
资源名称:DOS系统的源代码.rar [点击查看]
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:22k
源码类别:
操作系统开发
开发平台:
Visual C++
- ; QBasic Standard Error Messages.
- ; This file is read by the tool makemsgs, which produces the files:
- ; qbimsgs.asm, qbimsgs.inc, and qbimsgs.h
- ;
- ; Entries in this file have the form:
- ; [<symbol's name>,[<msg index/error code>],"<ASCII msg>"] [;<comment>]
- ;
- ; If <msg index/error code> is not specified, the next available one
- ; is assigned.
- ;
- ;Section 1: Runtime Errors - symbol names are kept small to decrease
- ; the size of the runtime library.
- ; Names begin with ER_ to distinguish them from non-runtime
- ; errors, which begin with MSG_.
- ;
- ER_NF,1,"NEXT senza FOR"
- ER_SN,2,"Errore di sintassi"
- ER_RG,3,"RETURN senza GOSUB"
- ER_OD,4,"Valori dell'istruzione DATA esauriti"
- ER_FC,5,"Chiamata di funzione non valida"
- ER_OV,6,"Overflow"
- ER_OM,7,"Memoria esaurita"
- ER_UL,8,"Etichetta non definita"
- ER_SOR,9,"Indice inferiore fuori limite"
- ER_DD,10,"Definizione doppia"
- ER_DV0,11,"Divisione per zero"
- ER_ID,12,"Non ammesso in modalit