Added unconditional jump opcode to my comment section.

This commit is contained in:
2022-08-25 20:27:25 -05:00
parent 0e53f9798f
commit 88d550f344
+1
View File
@@ -40,6 +40,7 @@ Instruction instructions[OPCODECOUNT] = {
- 0110 1XXX CMP REG, Constant
- 0111 0XXX CMP REG, Address
OUT - 0111 1XXX OUT REG
JMP - 1000 0000 JMP Address
*/
Register registers[REGISTERCOUNT] = {