Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 365 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 365 Bytes

AluVM assembly toolchain

AluVM assembly toolchain includes AluAsm – assembler – and ALink – linker, which may be used for producing AluVM and AluRE libraries and executable files.

For examples, check ./examples folder and see how they are compiled by using ./tests/code_build.sh script.

You can read more about AluVM on here