Mnemonic
From DmWiki
A mnemonic is a text-based representation of a single instruction of binary code. It is the basic unit of assembly language, which is translated to machine code by an assembler. For instance, MOV is a typical mnemonic for moving a piece of data from one register to another, and MUL is a mnemonic for multiplying the contents of two registers.
