The leftmost 4 bits indicate the opcode, or the instruction to be executed.
0001 is binary for 1, which represents the Load instruction. The remaining 12 bits
indicate the address of the value we are loading, which is address 3 in main memory.
This instruction causes the data value found in main memory, address 3, to be
copied into the AC. Consider another instruction: