flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
kohlrak 15 Dec 2006, 00:49
lib...? as in C/C++ LIB? This belongs in the High Level Language section... Anyway, you could use a macros or a proc... If you're gonna put it into a DLL to use with C/C++ then use a lib to use the DLL, you'll want to use the proc.
EDIT: Examples comming... Code: proc asmfunc param1, param2 [insert code using the above params to call the function here] ret endp or for macros Code: macro asmmacro param 1, param2 { [insert code using above params to call the function here] } |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.