Intel i960 Jx Developer's Manual page 402

Microprocessor
Table of Contents

Advertisement

INITIALIZATION AND SYSTEM REQUIREMENTS
Example 12-8. Linker Directive File (init.ld)
SECTIONS
{
.ibr :
{
rom_ibr.o
} > ibr
.text :
{
} > rom
.data :
{
} > data
.bss :
{
} > data
}
rom_data = __Etext;
_checksum = -(_rom_prcb + _start_ip);
HLL()
/*Rommer script embedded here: the following creates a ROM image
#*move $0 .text 0
#*move $0
#*move $0 .ibr 0x1ff30
#*mkimage $0 $0.ima
#*ihex $0.ima $0.hex mode16
#*map
$0
#*quit
*/
12-32
/* used in init.s as source of .data
section initial values.
"move" command places the .data
section right after the .text section */
(Sheet 2 of 2)
ROM960

Advertisement

Table of Contents
loading

Table of Contents