Skip to content

jakubfi/emas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb0370a · Dec 16, 2024
Dec 17, 2023
Dec 16, 2024
Aug 10, 2022
Feb 12, 2022
Dec 1, 2021
Dec 16, 2024
Dec 16, 2024
Jan 1, 2020
Dec 1, 2021
Feb 16, 2022
Jan 25, 2014
Feb 12, 2022
Feb 12, 2022
Mar 9, 2021

Repository files navigation

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:

mkdir build
cd build
cmake ..
make
make install