Skip to content

Commit 71430d5

Browse files
authored
Update README.md
1 parent c912bea commit 71430d5

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,35 @@ TestPC.asm >> TestPC.exe
3535
3636
Compile time: 78 ms
3737
```
38+
**详细的错误提示**
39+
```asm
40+
xAsm 0.04
41+
42+
Sources: http://github.com/unknowall/xAsm
43+
44+
Maintainer: unknowall, sgfree@hotmail.com
45+
46+
-----------------------------------------------------------
47+
48+
Compiling:
49+
50+
HelloWorlderr.asm >> HelloWorlderr.exe
51+
52+
Errors:
53+
54+
Line 00007: Unterminated string
55+
Line 00011(18): Parameter title1 not found
56+
Line 00011(18): Operands are not matching to instruction op
57+
Line 00013(18): Parameter handle1 not found
58+
Line 00013(18): Operands are not matching to instruction op
59+
Line 00014(18): Waiting for ']'
60+
61+
Summary:
62+
63+
Total Errors: 6
64+
65+
Compile time: 0 ms
66+
```
3867

3968
## 快速开始
4069
1. 使用编译器编译示例代码

0 commit comments

Comments
 (0)