flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > Have fasm a macrofunction? |
Author |
|
Tommy 07 Feb 2004, 12:04
Something like this?
Code: macro MAKELANGID s,p { dd (p shl 10) or s } macro mov_ op1,op2 { local temp_pos,x virtual at 0 temp_pos: op2 load x dword from temp_pos end virtual mov op1,x } use32 mov_ eax,<MAKELANGID 2,5> |
|||
07 Feb 2004, 12:04 |
|
IceStudent 07 Feb 2004, 12:49
Hm…
It is better than I done. Thank you very much! |
|||
07 Feb 2004, 12:49 |
|
Tommy 07 Feb 2004, 20:05
You're welcome! It was fun to play around with it...
|
|||
07 Feb 2004, 20:05 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.