Add README file with program description and execution instructions

This commit is contained in:
2024-09-11 18:57:59 -04:00
parent 131d224126
commit c59a4ce6b1
2 changed files with 17 additions and 0 deletions
Binary file not shown.
+17
View File
@@ -0,0 +1,17 @@
COS235 HW1
Nicholas Pease
11 SEP 2024
Description:
This program is a introduction to the RISCV programming language and has basi I/O capabilities.
Execution:
This program requires RARS (https://github.com/TheThirdOne/rars) and JDK.
To execute the program with RARS, run the following command
java -jar rars1_6.jar hw1.s
With rars1_6 being the current version of RARS and in the same directory as the file