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
- Host: GitHub
- URL: https://github.com/emperorpenguin18/assembler
- Owner: EmperorPenguin18
- License: bsd-2-clause
- Created: 2022-03-30T15:55:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T20:39:43.000Z (about 4 years ago)
- Last Synced: 2025-03-31T07:30:09.921Z (about 1 year ago)
- Topics: assembler, assembly, c, c-lang, c-language, cli, fpga, fpga-programming, risc
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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