Link file, File – Zilog Z80380 User Manual
Page 93
Advertising

UM004001-COR1103
A–3
Initialization and Link Files
Link file
__exit:
jr
$
; ?
;***********************************************************************
.def
___HUGE_VAL
___HUGE_VAL
.long
80000000h
;***********************************************************************
.end
LINK FILE
The following is the initialization file that is included with the 380 C-comiler installation.
***********************************************
-a
assign .const rom
assign .startup rom
order .startup
range rom 0c400:0ffff
define .TOS=highaddr of rom-3
define .BSS_BASE=base of .bss
define .BSS_LENGTH=length of .bss
z380boot.o
z380eval.o
"..\lib\libc.lib"
"..\lib\lhf.lib"Link file
Advertising