Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@ZippyMagician ZippyMagician released this 03 Feb 00:30
· 3 commits to master since this release

Changelog

  • Phased out cmp and jne 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.