An open API service indexing awesome lists of open source software.

https://github.com/emperorpenguin18/assembler

Mini SRC assembler for school project
https://github.com/emperorpenguin18/assembler

assembler assembly c c-lang c-language cli fpga fpga-programming risc

Last synced: about 2 months ago
JSON representation

Mini SRC assembler for school project

Awesome Lists containing this project

README

          

# 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