flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > [Fixed in 1.69.49]Undefined defined symbols |
Author |
|
AsmGuru62 23 Mar 2012, 14:02
Probably, because "@@:" is ending the scope of label "foo:".
|
|||
23 Mar 2012, 14:02 |
|
Lurker 23 Mar 2012, 14:11
Sorry, I didn't think through the example xD
Code: foo: jmp .foo ;undefined symbol foo.foo (does not work) .foo jmp .foo ;assembles fine Code: jmp @f ;undefined symbol @f (didn't work as downloaded, worked after assembling fasm) @@: jmp @b ;assembles fine |
|||
23 Mar 2012, 14:11 |
|
Tomasz Grysztar 23 Mar 2012, 18:35
This report is probably related to the unsuccessful experiment with changing the selection of error to display. I will upload the reverted version tomorrow.
|
|||
23 Mar 2012, 18:35 |
|
Lurker 23 Mar 2012, 19:05
Thanks a lot, awesome job with fasm.
|
|||
23 Mar 2012, 19:05 |
|
LostCoder 23 Mar 2012, 23:02
Version 1.69.48 for windows
Screenshots: 1. Everything ok. 2. Invalid instruction (sub ebx). 3. Duplicate labels. In 2 and 3 screenshots fasm reports invalid entry label. And what is actually annoying is that when you write code at 1500 line, press Ctrl+F9 and it scrolls up to entry keyword, but error can be anywhere. |
|||
23 Mar 2012, 23:02 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.