FantASM v1.1.5
Improved handling of STRUCTs and added the ability to reserve storage using the following syntax:
STRUCT RECT
left.w
top.w
width.w
height.w
END
my_rect: RECT 20,20,200,100
Along with a lost of refactoring and code tidying.