flat assembler
Message board for the users of flat assembler.
  
|  Index
      > Main > Undefined symbol | 
| 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 | |||
|  09 Mar 2025, 14:26 | 
 | 
| 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"? | |||
|  09 Mar 2025, 14:32 | 
 | 
| 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 | |||
|  09 Mar 2025, 14:35 | 
 | 
| 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.  | |||
|  09 Mar 2025, 14:37 | 
 | 
| dosmancer 09 Mar 2025, 14:37 Manual section 2:
 Quote: 
 | |||
|  09 Mar 2025, 14:37 | 
 | 
| Mat-Quasar 09 Mar 2025, 14:51 dosmancer wrote: Manual section 2: Thank you, next time I should look into the manual first.  | |||
|  09 Mar 2025, 14:51 | 
 | 
| < Last Thread | Next Thread > | 
| Forum Rules: 
 | 
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.