Instructions
- Machine code was the first language sued to enter programs by early computer programmers.
- The next advance in programming was to use mnemonics instead of binary code.
- This was called assembly language/code.
- Each assembly language instruction translates into one machine code instruction.

Branch Instructions
- Flow of the program can be altered using a conditional or unconditional branch instruction.
- Conditional branch instruction cases a branch to a given label in the program depending on the value held in the accumulator.
- Unconditional branch instruction will cause a branch whatever the value held in the accumulator.
Format of Machine Code
- Basic structure of machine code instruction in a 16bit word was described as having a format similar to that shown below.

- LMC has only 11 instruction sets, with 100 memory locations.
- Up to 16 registers in which calculations can be carried out, rather than a single accumulator.

