M1 Flashcards
is made up of an optional leading sign, one or more digits, and an optional suffix character indicating the number base
Integer Constants (or Integer Literal)
an optional suffix character inficating the number base
radix
is a command embedded in the source code that is recognized and acted upon by the assembler.
Directives
do not execute at runtime
directives
can define variables, macros, and procedures
directives
can assign names to memory segments
directives
one important function of assembler directives is to define program
selections or segments
identifies the area of the program containing variables
.data directive
identifies the area of the program containing executable instructions
.code directive
identifies the area of the program holding the runtime stack, setting its size
.stack 100
stack directive
is the statement that becomes executable when a program is assembled
instructions
labels are
optional
instruction mnemonic is
required
operand(s) is/are
usually required
comments are
optional