ADD
Adds number
SUB
Subtract
STA
Store
LDA
load
BRA
Branch always
BRZ
Branch if Zero
BRP
Branch of positive
INP
inout
OUT
output
HLT
stop progeam
DAT
data location
What is a class
A blueprint used to define what attributes or methods an object of a certain type should have. It is the template used so every object from that class looks the same
What is an advantage of object oriented programming
The use of classes makes it easy to re use code as classes allow objects to have the same structure
What is the creation of a class called
Instantiation