flat assembler
Message board for the users of flat assembler.

Index > Macroinstructions > import macro

Author
Thread Post new topic Reply to topic
a1a



Joined: 28 Mar 2016
Posts: 1
a1a 31 Oct 2017, 17:30
im trying to write macro that short the import macro

imp AsmDll, MsgBox, MsgBox1 ...

macro imp a,[b]{
common
import a, b,`b
}

but i get error already defined ..
so i tried to use equ to join the params but with no luck

c equ
macro imp a,[b]{
forward
c equ b,`b
common
import a, c
}

any help is welcome thanks
Post 31 Oct 2017, 17:30
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.