Assembler Control Directives
These directives let you control code assembly:
align
Aligns the location counter to the next multiple of the specified power of 2.
endian
Specifies byte ordering for the target processor; valid only for processors that permit change of endianness.
error
Prints the specified error message to the IDE Errors and Warnings window.
include
Tells the assembler to take input from the specified file.
pragma
Tells the assembler to use a particular pragma setting as it assembles code.
org
Changes the location-counter value, relative to the base of the current section.
option
Sets an assembler control option.