EMAS is a MERA 400 assembler with modern syntax. Documentation (in Polish) is available here
To build emas you need:
- cmake
- GNU make
- bison and flex (together with development packages, which may be required on some systems)
Do the following in the directory where this README lives:
mkdir build
cd build
cmake ..
make
make install