IDE simulation for MIPS Assembly Language Programming.
Arithmetic Operations | Logical Operations | Branching and Jumps | Load and Store |
---|---|---|---|
add | and | beq | loadWord |
absolute | or | bne | storeWord |
sub | xor | jal | storeWord |
mul | nor | jr | |
div | xnor | branchOnEven | |
mod | sll | branchOnOdd | |
countOne | slr | branchOnNeg | |
switchSign | slt | branchOnPos | |
power | not | branchIfAllOne | |
absolute | branchIfAllZero | ||
branchOnAbsolute | |||
branchOnDivisible |
The commits/LOC do not reflect the contribution done by each member of this repo due to not using Github properly at that time. All the contributors and the collaborators in this repository worked together to deliver the final product.