项目作者: jakubfi

项目描述 :
Modern assembler for MERA 400
高级语言: C
项目地址: git://github.com/jakubfi/emas.git
创建时间: 2014-01-25T11:26:09Z
项目社区:https://github.com/jakubfi/emas

开源协议:GNU General Public License v2.0

下载


About EMAS

EMAS is a MERA 400 assembler with modern syntax. Documentation (in Polish) is available here

Requirements

To build emas you need:

  • cmake
  • GNU make
  • bison and flex (together with development packages, which may be required on some systems)

Build instructions

Do the following in the directory where this README lives:

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make
  5. make install