flat assembler
Message board for the users of flat assembler.

Index > Macroinstructions > Need help with macros

Author
Thread Post new topic Reply to topic
tester3000



Joined: 16 Feb 2007
Posts: 17
tester3000 21 Dec 2010, 18:16
help convert masm macros to fasm macros plz.

Code:
    ; ------------------------------------------------------------
    ; Macro for nesting function calls in other invoke statements
    ; ------------------------------------------------------------
      FUNC MACRO parameters:VARARG
        invoke parameters
        EXITM <eax>
      ENDM  
    
Post 21 Dec 2010, 18:16
View user's profile Send private message Reply with quote
baldr



Joined: 19 Mar 2008
Posts: 1651
baldr 21 Dec 2010, 19:44
tester3000,

fasm doesn't support function-like macros (yet?).
Post 21 Dec 2010, 19:44
View user's profile Send private message Reply with quote
tester3000



Joined: 16 Feb 2007
Posts: 17
tester3000 22 Dec 2010, 12:33
Thanks for this information I just thought that fasm support it. Sad
Post 22 Dec 2010, 12:33
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.