instructions
- Instructions are e.g. commands such as
STORE
,ADD
,SUBTRACT
, branch instructions . - The instructions are stored in memory addresses.
- The values stored at the corresponding addresses encode the instruction to be carried out.
STORE
, ADD
, SUBTRACT
,
branch instructions
.