CHAPTER 4: ASSEMBLER

4.7.3 Numeric Define Instruction (#defnum)

Instruction format

#defnum <Numeric Define name> <Number>

Function

The #defnum pseudo-instruction is provided for compatibility with the older assembler. In the older assembler, #defnum is required to define a numeric constant, while #define is for defining a string. In the new assembler, there is no need to differentiate between a numeric constant and a string.

Therefore the new assembler should use the #define instruction.

S5U1C63000A MANUAL

EPSON

67

(S1C63 FAMILY ASSEMBLER PACKAGE)