diff --git a/README.md b/README.md new file mode 100644 index 0000000..86a5472 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file