Everything
5.1.1 Description

The following shows the mnemonic line format.

[label][operation[Δoperand(s)]][comment]

Coding example:

LABEL1:   MOV.L       [R1], R2    ; Example of a mnemonic. 
Label    Operation   Operands   Comment

(1)

Label

Define a name for the address of the mnemonic line.

(2)

Operation

Write a mnemonic or a directive.

(3)

Operand(s)

Write the object(s) of the operation. The number of operands and their types depend on the operation. Some operations do not require any operands.

(4)

Comment

Write notes or explanations that make the program easier to understand.