Example code (in Binary):
0000000001101000
0000000001101010
0000000000000001
Example code (in HEX):
0x68
0x6a
0x01
Example code (in asm):
SAVE 1101 R1
OUT R1
RST R1
Example code (explanation):
Saves "1101" in register 1
Outputs what's in register 1
Resets register 1
I'll add more instructions, functions and features in the future