Assembly Language Statements

The three types of assembly language statements are:

Instructions, directives, and macro names are case insensitive: the assembler considers MOV, Mov, and mov to be the same instruction.

Remember these rules for assembly language statements:

The processor-specific chapter of this manual tells you where find machine instructions for your target processor. Other chapters of this manual provide more information about assembler directives and macros.