flat assembler
Message board for the users of flat assembler.

Index > Main > Please make a neq directive.

Author
Thread Post new topic Reply to topic
Dragontamer



Joined: 24 Aug 2003
Posts: 84
Dragontamer 17 Sep 2004, 01:40
Of course, if one doesn't exist already.

I do have a workaround, but it seems so far out just for this little directive.

Like, i would like:

Code:
if blah neq
mov eax, blah
end if
    


So that i can assemble code if blah is NOT blank in a macro.

The workaround is:

Code:
if blah eq  
else
mov eax, ebx
end if
    
Post 17 Sep 2004, 01:40
View user's profile Send private message Reply with quote
mike.dld



Joined: 03 Oct 2003
Posts: 235
Location: Belarus, Minsk
mike.dld 17 Sep 2004, 02:04
Code:
if ~blah eq
mov eax, blah
end if     
Post 17 Sep 2004, 02:04
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
Dragontamer



Joined: 24 Aug 2003
Posts: 84
Dragontamer 17 Sep 2004, 03:22
You can be serious Embarassed
Post 17 Sep 2004, 03:22
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.