View Single Post
  #1  
Old 04-02-2013, 09:43
bridgeic bridgeic is offline
Friend
 
Join Date: Jun 2012
Posts: 91
Rept. Given: 7
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 1
Thanks Rcvd at 7 Times in 6 Posts
bridgeic Reputation: 3
Why this error report in RadASM?

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
Attached Files
File Type: rar j__remove.rar (14.1 KB, 3 views)
Reply With Quote