flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 11 Mar 2023, 07:51
Just define a wrapper macro:
Code: macro pp a1=4,a2=8,a3=procA { mov rcx, a1 mov rdx, a2 Call a3 } pp macro pp a1=88,a2=55,a3=procB { pp a1,a2,a3 ; use pp from before with new values } pp |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.