Chapter 17 Appendix
320 List of Assembler Directives
Other directives
Syntax Function & Notes
symbol instruction operand
notation format Selects the coding format of numbers, format
(CLANG | INTEL | PANA)
CLANG: Extended C language format (default)
INTEL: Intel format
PANA: Matsushita format
radix expression Specifies the radix to be used by default. The
result of expression must be either 2, 8, 10 or 16.
If the default is 10 and if extended C language
format has been selected, the radix will always be
10 regardless of the specification.
name funcinfo label,expression,register list Specifies additional information for a function
name that appears as an operand for the CALL
machine language instruction.