diff options
Diffstat (limited to 'instructions.md')
-rw-r--r-- | instructions.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/instructions.md b/instructions.md index 87d4dd5..fbd5559 100644 --- a/instructions.md +++ b/instructions.md @@ -33,20 +33,20 @@ CPU Arithmetic Instruction CPU Branch and Jump Instructions -------------------------------- -* [ ] B +* [x] B * [ ] BAL -* [ ] BEQ -* [ ] BGEZ +* [x] BEQ +* [x] BGEZ * [ ] BGEZAL -* [ ] BGTZ -* [ ] BLEZ -* [ ] BLTZ +* [x] BGTZ +* [x] BLEZ +* [x] BLTZ * [ ] BLTZAL -* [ ] BNE -* [ ] J +* [x] BNE +* [x] J * [ ] JAL * [ ] JALR -* [ ] JR +* [x] JR CPU No Instructions ------------------- |