Changelog
- Phased out
cmp
andjne
jg
etc, in favor of conditionals +cjm
- Added the
ret
command - Bug fixes (including
popN
for inline python) - Inline python can now access the registry
mov ah 3
mov bh 7
mov ex { @ah * @bh } ; ex is now 21
Installation
Ensure you have cargo
installed (most likely via rustup
). Then run cargo install --path path/to/repository
, or cargo install --features inline-python --path path/to/repository
to install with inline python enabled.
Use arsm --help
to get a list of cli options.