flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 09 Mar 2025, 14:26
Mat-Quasar wrote: Is this a fasm bug? Code: jmp start_loop.mine start_loop: .mine ; label name ---> start_loop.mine |
|||
![]() |
|
Mat-Quasar 09 Mar 2025, 14:32
revolution wrote:
But this also same: Code: format PE console section '.data' data readable writeable _key dd ? section '.text' code readable executable entry $ jmp .mine start_loop: ret .mine: The problem is why "_key.mine"? |
|||
![]() |
|
revolution 09 Mar 2025, 14:35
Labels beginning with a single dot are attached to the most recent non-dot label.
Code: a: ..b: .c: ; a.c d: .e: ; d.e |
|||
![]() |
|
Mat-Quasar 09 Mar 2025, 14:37
revolution wrote: Labels beginning with a single dot are attached to the most recent non-dot label. Ah, I see, learnt something new. If I rename "start_loop" to ".start_loop", it is compiling. ![]() |
|||
![]() |
|
dosmancer 09 Mar 2025, 14:37
Manual section 2:
Quote:
|
|||
![]() |
|
Mat-Quasar 09 Mar 2025, 14:51
dosmancer wrote: Manual section 2: Thank you, next time I should look into the manual first. ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.