Instruction listing

Below are the instructions available to the programmer:

MNEMONIC                OPCODE              BRIEF
---------------------------------------------------------------------------------------
NOP                               0x00                     No-operation
MOV R0, R1                 0x01                     Move register to register
RESERVED                  0x02                     Reserved, do not use
ADD R0, R1, R2          0x03                     Add R1 and R2 and copy result to R0
SUB R0, R1, R2          0x04                     Subtract R1 and R2 and copy the result to R0
RESERVED                 0x05                     Reserved, do not use
RESERVED                 0x06                     Reserved, do not use
RESERVED                 0x07                     Reserved, do not use


Revision #3
Created 2026-06-30 02:09:24 UTC by Chloe
Updated 2026-06-30 08:47:47 UTC by Chloe