Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 517 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 517 Bytes

assembler

Mini SRC assembler for school project

Dependencies

The GNU C compiler, which is available through MinGW on Windows

Installation

Windows

git clone https://github.com/EmperorPenguin18/assembler
cd assembler
make release

And then add the binary to your PATH

Linux

git clone https://github.com/EmperorPenguin18/assembler
cd assembler
make release
make install #as root

Usage

assembler FILEIN FILEOUT

The output can be imported into a memory component in Logisim-evolution