01	Code 00  instruction NOP	No operation
02	Code 01  instrutcion LDIM	Load immediate
03	Code 02  instruction LD		Load direct
05	Code 03  instruction ST		Store
0b	Code 04  instruction COPY	Copy R0 -> R1
0c	Code 05  instruction SHL	Shift left R1 -> R1
0d	Code 06  instruction SHR	Shift right R1 -> R1
0e	Code 07  instruction ADD	Add R0 + R1 -> R1
0f	Code 08  instruction SUB	Subtract R0 - R1 -> R1 
10	Code 09  instruction AND	And R0 & R1 -> R1
11	Code 0a  instruction OR		OR R0 | R1 -> R1
12	Code 0b  instruction NOT	Not ~R0 -> R1
13	Code 0c  instruction JAL	Jump always
15	Code 0d  instruction JZ		Jump zero
01	Code 0e  instruction JN		Jump negative
01	Code 0f  instruction JV		Jump overflow
01	Code 10  instruction 
01	Code 11  instruction 
01	Code 12  instruction 
01	Code 13  instruction 
01	Code 14  instruction 
01	Code 15  instruction 
01	Code 16  instruction 
01	Code 17  instruction 
01	Code 18  instruction 
01	Code 19  instruction 
01	Code 1a  instruction 
01	Code 1b  instruction 
01	Code 1c  instruction 
01	Code 1d  instruction 
01	Code 1e  instruction 
01	Code 1f  instruction
