Amu_Ke_Fundye Machine Instructions and Addressing Modes Computer Instruction: A binary code used for specifying micro operations for computer. Instruction Code: Group of bits used to instruct the CPU to perform specific operation. Instructions are encoded as binary instruction codes . Each instruction code contains of a operation code , or opcode , which designates the overall purpose of the instruction. The number of bits allocated for the opcode determined how many different instructions the architecture supports. Instruction Set: Collection of instructions. Instruction Representation: Each instruction has a unique bit pattern, but for human beings a corresponding symbolic representation has been defined. Instruction Cycles: Instruction cycle consists of following phases Fetching an instruction from memory. Encoding the instruction. Reading the effective address from memory in case of t...