1.

Each instruction in an assembly program has the following fields: 1. Label field, 2. mnemonic field, 3. Operand field, 4. Comment field. The correct sequence/order of these fields is

A. 1, 2, 4, 3
B. 1, 2, 3, 4
C. 2, 1, 4, 3
D. 2, 1, 3, 4
Answer» C. 2, 1, 4, 3


Discussion

No Comment Found