flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > String from 'equ' ... |
Author |
|
Tomasz Grysztar 27 Mar 2006, 09:29
Something like:
Code: macro dbsymb c { match value,c \{ irps symb,value \\{ db \\`symb \\} \} } dbsymb 1-1-1-1 would work. However it just converts the symbols to text, and remember that whitespace from between the symbol doesn't count. Thus Code: dbsymb 1 -1 - 1- 1 would do exactly the same. |
|||
27 Mar 2006, 09:29 |
|
IronFelix 27 Mar 2006, 11:30
Thanks, Tomasz!
Your FASM is really the best! Regards. |
|||
27 Mar 2006, 11:30 |
|
Madis731 27 Mar 2006, 13:21
Hey,
I didn't understand the question neither the answer - could one of you explain to me what just happened here Where do you use this kind of construct (1-1-1-1)? Confused Madis PS. Oh my, I've got 666 posts... |
|||
27 Mar 2006, 13:21 |
|
IronFelix 27 Mar 2006, 13:43
Hi Madis731!
It is an abstract example based on UUID form like 11111111-2222-3333-4444-555555555555 And i just wanted to get binary data defined and string to register COM server in registry. That's why i needed such kind of macro. Now it is implemented and works fine. Regards. |
|||
27 Mar 2006, 13:43 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.