3 numeric define instruction (#defnum), 8 absolute assembling pseudo-instruction (.abs) – Epson S5U1C63000A User Manual

Page 81

Advertising
background image

CHAPTER 4: ASSEMBLER

S5U1C63000A MANUAL

EPSON

67

(S1C63 FAMILY ASSEMBLER PACKAGE)

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.

Advertising