Skip to content

Parser Overhaul

Compare
Choose a tag to compare
@ndf-zz ndf-zz released this 20 Jul 15:46
· 35 commits to master since this release

The operand expression parser has been completely re-written in this version to allow arbitrary arithmetic and bitwise operations. This is a major departure from SpinASM, however it is mostly compatible with existing code. The hacky -s option is still available as a quick fix for some simple cases of mis-interpreted spin real literals "1" and "-1".

Documentation on syntax and a full instruction reference have been added to the README.