flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > LOCAL keeps old value |
Author |
|
revolution 15 Aug 2016, 23:46
Yes, that is correct. You can define labels with the same name as local labels. If that is what you want then I guess you can exploit that behaviour for some purpose?
I am only guessing about your actual query here. If you could be more explicit about what you are trying to say/ask then perhaps a better answer could be given. |
|||
15 Aug 2016, 23:46 |
|
l4m2 16 Aug 2016, 00:21
revolution wrote: Yes, that is correct. You can define labels with the same name as local labels. If that is what you want then I guess you can exploit that behaviour for some purpose? |
|||
16 Aug 2016, 00:21 |
|
revolution 16 Aug 2016, 00:29
Unfortunately local naming rules are not defined within fasm, so they could change in the future, and have changed in the past. So keeping that in mind, just try to ensure that your label naming doesn't clash with local naming.
Appending a single 0 (i.e. with "x#0") is where your problem starts. If you included an underscore ("x#_0") or a dot ("x#.0") or similar, then your label name will be fine. |
|||
16 Aug 2016, 00:29 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.