flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > Name length |
Author |
|
darkprof 11 May 2019, 10:19
This code don`t work
Code: push aS aS: '%s', 0 But if rename aS to aS_, code compiled. |
|||
11 May 2019, 10:19 |
|
revolution 11 May 2019, 10:35
Actually if you had reversed the lines the error message would have been more enlightening.
Code: as:
push as Code: as: processed: as: error: reserved word used as symbol. |
|||
11 May 2019, 10:35 |
|
darkprof 11 May 2019, 11:49
revolution wrote: Actually if you had reversed the lines the error message would have been more enlightening. Second symbol in uppercase Code: flat assembler version 1.73.11 (128000 kilobytes memory, x64) test.asm [24186]: push aS processed: push aS error: invalid operand. |
|||
11 May 2019, 11:49 |
|
revolution 11 May 2019, 16:30
All reserved words are valid in any mixed case.
as == aS == As == AS. This is different from normal labels, which are case sensitive. a != A |
|||
11 May 2019, 16:30 |
|
guignol 13 May 2019, 03:37
how dare you to reserve like that
|
|||
13 May 2019, 03:37 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.