Add README.md

This commit is contained in:
Patrick 2024-08-23 10:43:36 +02:00
parent 1570f48fe4
commit a3d5201259

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# 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.