Add README.md
This commit is contained in:
parent
1570f48fe4
commit
a3d5201259
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal 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.
|
Reference in a new issue