No description
This repository has been archived on 2024-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-08-23 10:43:36 +02:00
.gitignore Initial compiler design. 2024-08-22 19:26:18 +02:00
assembler.hpp Feature Level: 1.2.0 2024-08-23 10:38:57 +02:00
LICENSE Initial compiler design. 2024-08-22 19:26:18 +02:00
main.cpp Minor changes: 1.0.1 2024-08-22 19:29:50 +02:00
Makefile Feature Level: 1.2.0 2024-08-23 10:38:57 +02:00
README.md Add README.md 2024-08-23 10:43:36 +02:00
split.hpp Initial compiler design. 2024-08-22 19:26:18 +02:00

PlutoISA

This is an assembler for the custom made PlutoISA.

To use, you need use a Unix-like environment with gcc and make.

To compile, simply run "make", which will then create a bin subfolder with the executable.

To remove, run "make clean" to remove the the executable and the bin folder.