f78
Statements
You may write a statement on more than one line if you put a backslash (
An empty statement is allowed, and may include whitespace. It is ignored.
A statement begins with zero or more labels, optionally followed by a key
symbol which determines what kind of statement it is. The key symbol determines the
syntax of the rest of the statement.
If the symbol begins with a dot (
If the symbol begins with a letter the statement is an assembly language
instruction: it assembles into a machine language instruction.
Different versions of
A label is a symbol immediately followed by a colon (
For HPPA targets, labels need not be immediately followed by a colon, but the
definition of a label must begin in column zero, or the beginning of the line.
This also implies that only one label may be defined on each line. Use the
following statement as an example.
Newlines and separators within character constants are an exception: they do not end statements.
another_label: # This is an empty statement.
Instruction operand_1, operand_2, ...