17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
COS235 HW3
|
|
Nicholas Pease
|
|
31 OCT 2024
|
|
|
|
|
|
Description:
|
|
|
|
This is a program which runs the Collaz conjecture in RISV assembly in two formats: iterative and recursive.
|
|
|
|
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 hw.s
|
|
|
|
With rars1_6 being the current version of RARS and in the same directory as the file |