flat assembler
Message board for the users of flat assembler.

Index > Compiler Internals > undefined vars in fasm

Author
Thread Post new topic Reply to topic
idle



Joined: 06 Jan 2011
Posts: 440
Location: Ukraine
idle 08 Jan 2016, 21:50
Code:
var = var
    


Code:
var = var + var
    


Code:
var = var + var + 0
    


Code:
var = var + var + 1
    


Code:
var = var + var + 0
var = var
    


Code:
rd 1
load var dword from var
    


Code:
var=var
display var+'0'
    
Post 08 Jan 2016, 21:50
View user's profile Send private message Reply with quote
l_inc



Joined: 23 Oct 2009
Posts: 881
l_inc 08 Jan 2016, 21:56
idle
These are all defined. By using at the left-hand side of an expression in all cases except for the load. The load is another way to define an assembly-time variable.

P.S. Well, and except for the right hand side of the first line in the fifth example, because redefined variables cannot be forward-referenced.

In case of the forth example the variable is defined but not correctly resolved. It is possible however to give fasm a hint about its correct value.

_________________
Faith is a superposition of knowledge and fallacy
Post 08 Jan 2016, 21:56
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.