Machine Level Instructions (in the General Model)


Although different computer processors will have very different instruction formats, some common elements appear in the instruction formats for virtually all computers. Specifically computer instructions are composed of an "operation code" and one or more "operands"; a single operand may be a constant value, a register identification code, or the address of a location in memory (or of a device, as wee will see in the next lecture).


Instruction Components