flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > Pb matching trailing part of symbol starting with a dot '.' |
Author |
|
revolution 05 Jan 2018, 22:58
The problem you have is that the dots are not special. They are simply part of the name. So just pretend that they are a normal letter in a label.
Code: macro dummy param { match arg, param \{ arg equ foo \} } |
|||
05 Jan 2018, 22:58 |
|
fabbel 06 Jan 2018, 15:43
Tx but that doesnt answer my question : i am looking to get only the part following the dot. Is there no way around this?
|
|||
06 Jan 2018, 15:43 |
|
Tomasz Grysztar 06 Jan 2018, 16:43
Because "." is not treated as a special character by fasm 1 and the preprocessor does not have an ability to split or alter the name tokens, it is not possible. It is one of the limitations that led to the design of the successor engine (fasmg).
|
|||
06 Jan 2018, 16:43 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.