Each instruction in an assembly language program has the following fields. 1. Label field 2. Mnemonic field 3. Operand field 4. Comment field What is the correct sequence of these fields?
Each instruction in an assembly language program has the following fields. 1. Label field 2. Mnemonic field 3. Operand field 4. Comment field What is the correct sequence of these fields? Correct Answer 1, 2, 3 and 4
Assembly Level Language:
This is the most frequently used language in microprocessor programming. In assembly level, Instructions are written in form of mnemonics.
Assembly language statements are entered one statement per line. Each statement follows the following format:
Mnemonic
A basic instruction has two parts, the first one is the name of the instruction (or the mnemonic), which is to be executed, and the second are the operands or the parameters of the command.
Therefore, the correct sequence is:
Label filed → Mnemonic field → Operand field → Comment field