EMDAS is a disassembler for MERA-400, available as a standalone commandline tool and a library.
To build and run emas you need:
- cmake
- GNU make
Do the following in the directory where this README lives:
cmake .
make
make install
emdas [options] input
Where options are:
- -o output - specify output file (stdout otherwise)
- -c cpu - set CPU type: mera400, mx16 (default is mera400)
- -a addr - set base address
- -u - use uppercase mnemonics
- -na - do not print adresses
- -nc - do not print alternatives in comments
- -nl - do not assign labels
- -v - print version and exit
- -h - print help and exit