Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Symbol already defined? ASM
Closed Thread
Old 01-31-2008, 03:15 AM   #1 (permalink)
 
Newb Techie

Join Date: Jan 2008

Posts: 4

int32h is on a distinguished road

Default Symbol already defined? ASM

Hi all,

Code:
proc cacheMX,.pszAddress,.addr
        enter
        xor     eax,eax
        return
proc getMX,.pszDomain,.lpServers,.dwDepth
        .addr   rd 02h
When assembling it's pointing to the last line (.addr rd 02h) with "symbol already defined" arg?00031C6E rd 02h. However, when I modify cacheMX's last parameter .addr to a different name everything is fine

I was guessing that the symbol starting with . are local and should'nt interfere with eachother.. any ideas?

thanks.
int32h is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
microsoft outlook 2007 Tasks, user defined Custom Fields? akasixcon Windows Operating Systems and Software 0 12-20-2007 05:12 PM