s5u1c33000c Epson Electronics America, Inc., s5u1c33000c Datasheet - Page 181

no-image

s5u1c33000c

Manufacturer Part Number
s5u1c33000c
Description
Cmos 32-bit Single Chip Microcomputer S5u1c33000c Manual
Manufacturer
Epson Electronics America, Inc.
Datasheet
Section management for relocatable source
S5U1C33000C MANUAL
(C COMPILER PACKAGE FOR S1C33 FAMILY) (Ver. 4)
In the relocatable assembling, identical sections will be joined together in order to create an object file
composed of three integrated sections of CODE, DATA and BSS. Even for a section having no data
described or no definition made, the section information will be delivered in the object file.
Sample definition of sections
If you define sections in the manner shown above, the as33 will create an absolute object file composed in
the following manner:
.data
.comm
.code
.data
.code
CODE1 (Program)
DATA1 (Data definition)
BSS1 (RAM area definition)
CODE2 (Program)
DATA2 (Data definition)
CODE3 (Program)
(0x00000000)
(0x00000000)
(0x00000000)
:
:
:
:
:
:
:
:
:
:
:
:
RAM0,1
CODE1
CODE2
CODE3
DATA1
DATA2
BSS1
CODE section
DATA section
BSS section
EPSON
CHAPTER 11: ASSEMBLER
165

Related parts for s5u1c33000c