Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Why this error report in RadASM? (https://forum.exetools.com/showthread.php?t=14919)

bridgeic 04-02-2013 09:43

Why this error report in RadASM?
 
1 Attachment(s)
Why errors below reported? Seems all these symbols has been defined alread.
Anyone can help to have a look? Thanks.

K:\testasm\j__remove.asm(2965) : error A2006: undefined symbol : copy_start
K:\testasm\j__remove.asm(4759) : error A2006: undefined symbol : loc_471FFB
K:\testasm\j__remove.asm(4759) : error A2006: undefined symbol : loc_472009
K:\testasm\j__remove.asm(4806) : error A2006: undefined symbol : loc_475025
K:\testasm\j__remove.asm(4806) : error A2006: undefined symbol : loc_475029

copy_start:
mov ecx, [esp+4+arg_4]
test ecx, 3
jz main_loop_entrance

......

loc_475029:
mov esp, [ebp+ms_exc_old_esp]
jmp loc_47501C

Av0id 04-02-2013 14:10

line 2965 - copy_start outside of proc _strcpy
line 4759 - trying to access labels defined as locals for proc ___crtInitCritSecAndSpinCount
line 4806 - same as prev

Av0id 04-02-2013 14:49

http://web.archive.org/web/20081030024018/http://doc.ddart.net/asm/Microsoft_MASM_Programmers_Guide_v6.1/

Appendix A, Making a Scoped Label Public

bridgeic 04-02-2013 17:36

Quote:

Originally Posted by Av0id (Post 83769)
http://web.archive.org/web/20081030024018/http://doc.ddart.net/asm/Microsoft_MASM_Programmers_Guide_v6.1/

Appendix A, Making a Scoped Label Public

It works, many thanks, Av0id.


All times are GMT +8. The time now is 16:58.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX