What are Instruction formats?
|
when the assembler processes an Instruction it converts the instruction from its mnemonics form to standard manchine language format called the "Instruction format". In the process of convertion the assembler must determine the type of instruction, convert symbolic labels and explicit notation to a base/displacement format, determine the lengths of certain operands and parse any literal and constants.
Op-field: specifies the operation to be performed; Address-field: provides operands or the CPU register/MM addresses of the operands. |