4.2.2 Mnemonic
Mnemonics tell the assembler which machine instructions to assemble. For example, addition (ADD
), branches (BRA
) or moves (MOV
). Unlike labels that you create yourself, mnemonics are provided by the assembly language. Mnemonics are not case sensitive.
See the 16-bit MCU and DSC Programmer’s Reference Manual (DS-70000157) for more details.