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

no-image

s5u1c33000c

Manufacturer Part Number
s5u1c33000c
Description
Cmos 32-bit Single Chip Microcomputer S5u1c33000c Manual
Manufacturer
Epson Electronics America, Inc.
Datasheet
-data command
Format 1:
Format 2:
Sample description: -data 0x0081000
Explanation:
Default:
Format 3:
Format 4:
Sample description: -data 0x0080100 {test1.o test2.o}
Explanation:
-bss command
Format 1:
Format 2:
Sample description: -bss 0x0000100
Explanation:
Default:
Format 3:
Format 4:
Sample description: -bss 0x0000100 {test1.o test2.o}
Explanation:
S5U1C33000C MANUAL
(C COMPILER PACKAGE FOR S1C33 FAMILY) (Ver. 4)
-data <Address>
-data <Section name>
-data DATA1
Unless this command is specified, the DATA section is located after the CODE section that
is located at the highest address.
-data <Address> {<File name> ... <File name> }
-data <Section name> {<File name> ... <File name> }
-data DATA1 {test1.o test2.o}
-bss <Address>
-bss <Section name>
-bss VARIABLES
Unless this command is specified, is the BSS section begins from 0x0000000.
-bss <Address> {<File name> ... <File name> }
-bss <Section name> {<File name> ... <File name> }
This command sets the start address of an area where a relocatable DATA section is
located. The DATA sections in the files specified in format 3 or 4 and those in absolute
object files are unaffected.
<Section name> can only be specified when the section name and start address are set by
the -section command.
At least one space or tab is required between -data and <Address/Section name>.
Specify a 4-byte boundary address for <Address>. If something else is specified, a
warning is issued, in which case the two low-order bits of the specified address are
ignored.
This command locates the DATA sections of the relocatable object files specified in { }
sequentially in the order the files are specified beginning with a specified address.
When specifying multiple files, insert at least one space or tab between each <File
name>.
Others are the same as in format 1 or 2.
This command sets the start address of an area where a relocatable BSS section is
located. The BSS sections in the files specified in format 3 or 4 and those in absolute
object files are unaffected.
<Section name> can only be specified when the section name and start address are set by
the -section command.
At least one space or tab is required between -bss and <Address/Section name>.
Specify a 4-byte boundary address for <Address>. If something else is specified, a
warning is issued, in which case the two low-order bits of the specified address are
ignored.
This command locates the BSS sections of the relocatable object files specified in { }
sequentially in the order the files are specified beginning with the specified address.
When specifying multiple files, insert at least one space or tab between each <File
name>.
Others are the same as in format 1 or 2.
EPSON
(Link processing in lk33 Ver. 2.1 or earlier)
CHAPTER 12: LINKER
191

Related parts for s5u1c33000c