Added unconditional jump opcode to my comment section.
This commit is contained in:
@@ -40,6 +40,7 @@ Instruction instructions[OPCODECOUNT] = {
|
|||||||
- 0110 1XXX CMP REG, Constant
|
- 0110 1XXX CMP REG, Constant
|
||||||
- 0111 0XXX CMP REG, Address
|
- 0111 0XXX CMP REG, Address
|
||||||
OUT - 0111 1XXX OUT REG
|
OUT - 0111 1XXX OUT REG
|
||||||
|
JMP - 1000 0000 JMP Address
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Register registers[REGISTERCOUNT] = {
|
Register registers[REGISTERCOUNT] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user