partial success! testParse will parse a file, though not all the hex is correct. primarily this is the case for instructions not yet added however. running from main with cli arguments currently will always result in a seg fault.

This commit is contained in:
Josh Ashton
2023-10-17 13:08:31 -06:00
parent 160cf8d9a0
commit e0102289e4
15 changed files with 162 additions and 128 deletions
-2
View File
@@ -1,2 +0,0 @@
add $t3, $t1, $t2 # Sum the previous and current values and save in register t3
addi $t0, $t0, 1 # Increment counter