Chapter 9 Writing Machine Language Instructions and Directive Statements
160 Writing Directive Statements
9.4.5 notation
Syntax
label operation operand
notation CLANG | INTE | PANA
Default settings
CLANG will be selected.
Functional description
This directive selects the format of numbers and character constants (single character).
The Cross-Assembler provides three numeric formats.
Extended C language format
Intel format
Matsushita format
Each format gives a specific way to represent binary, octal, decimal, and hexadecimal numbers, as well
as character constants.
The notation directive selects which format numbers and character constants will be coded with. This
directive can be coded any number of times in a program.
Refer to Chapter 8 “Writing Source Statements”, section 8.7, "Expressions”, section 8.7.4 “Expression
Attributes”.
Operand coding rules
The strings that can be specified in the operand and the format that they select are listed below.
If other strings are specified, the assembler will generate an error and ignore this directive.
operand Format
CLANG Extended C language format
INTEL Intel format
PANA Matsushita format