Parser Overhaul
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.