ACC Utilities Reference Guide

76 Chapter3
ZLINK - Z80/Z180 Relocating Linker
Available Commands
Environment command:
SNap <file>
Relocate command:
RE <file>
Locating commands:
ORigin <address>|<symbol>[,<limit>|<symbol>]
Logical address mode:
LOrigin <address>
Physical address mode:
POrigin <address> < physical address>]
ALign <mask>
Naming commands:
NAme <module name> [<comment>]
ABsolute <file>
Termination commands:
Quit (abnormal early termination)
ENd [<file> (normal termination)]
Option commands:
MAP [<file>]
XRef FO
OLDFormat HX (hex dump of .ZABS file)
Further information:
HElp [<option>] or ? [<option>]
Options: RUN
*-Comment
Format: * <text>
The asterisk (*) in column 1 is used to add comments to a comma nd file.
Any text that follows the asterisk is ignored by ZLINK.
AB - Specify Absolute File Name
Format: AB <file>
The AB command is used to specify the name of the absolute output file
name produced by ZLINK. If this command is omitted, the name will
default to the module name.ZABS. Note that either the absolute file
name or module name must be specified, normally both.