Skip to content

FantASM v1.1.5

Compare
Choose a tag to compare
@CatpainBlack CatpainBlack released this 14 Nov 19:08
· 13 commits to master since this release

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.