We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c912bea commit 71430d5Copy full SHA for 71430d5
1 file changed
README.md
@@ -35,6 +35,35 @@ TestPC.asm >> TestPC.exe
35
36
Compile time: 78 ms
37
```
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
+```
67
68
## 快速开始
69
1. 使用编译器编译示例代码
0 commit comments