- Our ISA
- Input structure
- Output structure
- for R-type:
Op rs rt rd
e.g: and 4 5 6 - for I-type:
Op res imd rt
e.g: lw 4 100 5
- for R-type:
- for I-type:
NOTICE: if you want use your own file for input at first create inputfile.txt
file and enter your command line by line.