INP
inputs a value and stores it in the accumilator
OUT
displays content in the accumulator
STA
transfers a number from the accumulator to the RAM address
LDA
transfers number from RAM to accumulator
ADD
Adds content from the accumulator to the RAM address
BRA
Jumps to Ram location - loops
HLT
Stops the processor
DAT
defines variables