flat assembler
Message board for the users of flat assembler.
Index
> Main > Label not defined if rept 0 {} |
Author |
|
revolution 22 Oct 2022, 13:00
Roman wrote: Fasmw 1.73 funny bug ? Code: 2 passes, 6 bytes. |
|||
22 Oct 2022, 13:00 |
|
Roman 22 Oct 2022, 13:05
Code: rept 1 { cmp eax,19 jz .00 rept 0 { inc eax } ;fasm get error undefined .00 .00: } |
|||
22 Oct 2022, 13:05 |
|
revolution 22 Oct 2022, 13:07
You have to escape the inner brackets.
Code: rept 1 { ... rept 0 \{ ... \} } |
|||
22 Oct 2022, 13:07 |
|
Roman 22 Oct 2022, 13:15
Thanks.
Work fine. |
|||
22 Oct 2022, 13:15 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.