Object code
Appearance
Object code is a mnemonic representation of Machine code. Hence each machine instruction is represented by a three or four letter sequence, with other mnemonics and numbers used to represent computer registers and memory addresses. Hence ADD, R1, R2 would represent an instruction to add together register one to register two leaving the result in a defined place, (R1 or another place such as the Accumulator)