AluVM / aluasm

AluVM assembler
GNU Affero General Public License v3.0
6 stars 5 forks source link

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