flat assembler
Message board for the users of flat assembler.

Index > Main > virtual at reg

Author
Thread Post new topic Reply to topic
Mr_Silent



Joined: 25 Apr 2006
Posts: 30
Mr_Silent 20 Jan 2007, 18:42
Code:
macro SomeAddressBasedMacro
 {
  dd $
 }

virtual at 0
 SomeAddressBasedMacro     ; goes fine
end virtual

virtual
 SomeAddressBasedMacro     ; this too
end virtual

virtual at eax
 SomeAddressBasedMacro     ; <- error here
end virtual
    

Tomasz explained this here.
Question: Is there a simple way to detect the inaccessibility of $ symbol inside of macro? (without redefinition of 'virtual' directive). Something like:
if defined $
...
end if
(In fact, manual says that defined "checks whether the given expression contains only symbols that are defined in the
source and accessible from the current position", but in this case it doesn't).
Post 20 Jan 2007, 18:42
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.