![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-09-15 00:41 |
47,812 topics / 349,917 posts / today 0 new / 48,268 members |
| DOS开发编程 & 发展交流 (开发室) » Using Assembly Language Compilers |
| Printable Version 2,064 / 3 |
| Floor1 chrise | Posted 2010-04-04 23:41 |
| 初级用户 Posts 32 Credits 88 | |
|
After compilation, how to view the error prompts below the compiler? For example, Copyright (C) Microsoft Corp 1981-1985, 1987. All rights reserved.
Table lookup.asm(3): error A2009: Symbol not defined: O8H 50826 + 415558 Bytes symbol space free 0 Warning Errors 1 Severe Errors Key explanation of Table lookup.asm(3): error A2009: Symbol not defined: O8H In "Table lookup.asm" file, on line 3, there is an error A2009 indicating that the symbol "O8H" is not defined. |
|
| Floor2 本是 | Posted 2010-04-05 11:57 |
| 银牌会员 Posts 790 Credits 2,227 | |
|
asm(3): error A2009: Symbol not defined: O8H means that O8H is not defined,
but actually if it appears in a line like mov al,O8H, you should change the O (letter) to 0 (number) to solve it. |
|
| Floor3 chrise | Posted 2010-04-05 19:28 |
| 初级用户 Posts 32 Credits 88 | |
|
What does A2ViewA2009 mean, and is it related to the wrong position?
[ Last edited by chrise on 2010-4-5 at 20:08 ] |
|
| Floor4 070 | Posted 2010-04-06 09:32 |
| 高级用户 Posts 218 Credits 663 From 福建 | |
|
A2009 should be an error code...
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |