error.chk
来自「开放源码的编译器open watcom 1.6.0版的源代码」· CHK 代码 · 共 16 行
CHK
16 行
error.asm(10): Error! E582: forced error:
error.asm(11): Error! E584: forced error: Value equal to 0: 0
error.asm(14): Error! E583: forced error: Value not equal to 0 : 1
error.asm(15): Error! E585: forced error: symbol defined: zero
error.asm(18): Error! E586: forced error: symbol not defined: two
error.asm(20): Error! E587: forced error: string blank : <>
error.asm(22): Error! E588: forced error: string not blank : <zero>
error.asm(24): Error! E588: forced error: string not blank : <blank>
error.asm(25): Error! E589: forced error: strings not equal : <foo> : <bar>
error.asm(28): Error! E590: forced error: strings equal : <hello> : <hello>
error.asm(29): Error! E589: forced error: strings not equal : <foo> : <sam>
error.asm(30): Error! E589: forced error: strings not equal : <hello> : <HeLlo>
error.asm(33): Error! E589: forced error: strings not equal : <foo> : <sam>
error.asm(36): Error! E590: forced error: strings equal : <hello> : <HeLlo>
error.asm(38): Error! E520: Cannot open include file a.inc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?