Symbol Defining Directive(.Set - Epson S5U1C17001C Manual

Cmos 16-bit single chip microcontroller (c compiler package for s1c17 family) (ver. 3.2)
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

6.5.8
Symbol Defining Directive(.set)
 Instruction format
.set <symbol>,<address>
<symbol>
Symbol for memory access (address reference)
<address>
Absolute address
 Description
Defines a symbol with an absolute address (24-bit).
Example:.set DATA1,0x80000
 Note
The symbol is defined as a local symbol. To use it as a global symbol, global declaration using the .global directive is
necessary.
S5U1C17001C Manual
(Rev. 1.0)
Defines the symbol DATA1 that represents absolute address 0x80000.
Seiko Epson Corporation
6 Assembler
6-12

Advertisement

Table of Contents
loading

Table of Contents