flat assembler
Message board for the users of flat assembler.

Index > Main > Fasm 1.73 how know exist value?

Author
Thread Post new topic Reply to topic
Roman



Joined: 21 Apr 2012
Posts: 1847
Roman 07 Dec 2019, 09:40
Data:
Zval dd 0

Code: if defined Zval
Some code
End if

This work if Zval exist. But how do if Zval commented or not defined?

For example.
Code: if not defined Zval
Some code
End if
Post 07 Dec 2019, 09:40
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20445
Location: In your JS exploiting you and your system
revolution 07 Dec 2019, 12:03
Use the ~
Code:
if ~ defined Zval
...    
Post 07 Dec 2019, 12:03
View user's profile Send private message Visit poster's website Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1847
Roman 07 Dec 2019, 13:00
Thanks.
Post 07 Dec 2019, 13:00
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-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.