What is ANASM?
ANASM is an assembler written in Go for the AVM virtual machine. It also contains the disassembler.
Installing
You can use the AVM installer to install both AVM and ANASM
Pre-compiled binaries
Currently there are no pre-compiled binaries available for ANASM. You will have to compile from source
Compiling from source
To compile from source, git clone the github repo and run make:
$ git clone https://github.com/avm-collection/anasm
$ make
$ make install
and then verify the installation
$ anasm -v