Skip to content

Mini SRC assembler for school project

License

Notifications You must be signed in to change notification settings

EmperorPenguin18/assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Sponsor this project