prev, up, next.
Instructions and pseudo-instructions
An instruction line in an assembly language program is turned into a
single machine instruction in the resulting binary. A
pseudo-instruction may generate data in the binary or may be a
compiler directive that controls the assembly process. The syntax for
both types of line is <name> <opcode> <arglist>.
prev, up, next.