Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 439 Bytes

Assembler

This is an assembler used for Emulated CPU project, written in Elixir.

Usage

To compile programs just call assembler <file_to_be_assembled.ecpu> <output_file.cecpu> or just assembler <file_to_be_assembled.ecpu>

File extensions are important.

Installation

Firstly, check if Elixir is installed: elixir -v

Then, go to root of project and run mix escript.build

At this point assembler should be usable.