ASLINK(1) | General Commands Manual | ASLINK(1) |
SDLD - companion linker for the ASxxxx assemblers.
sdld [-Options] [-Option with arg] file
sdld [-Options] [-Option with arg] outfile file1 [file2 ...]
sdldgb [-Options] [-Option with arg] file
sdldgb [-Options] [-Option with arg] outfile file1 [file2 ...]
sdldz80 [-Options] [-Option with arg] file
sdldz80 [-Options] [-Option with arg] outfile file1 [file2 ...]
sdld6808 [-Options] [-Option with arg] file
sdld6808 [-Options] [-Option with arg] outfile file1 [file2
...]
The information in this man page is an extract from the full documentation of SDCC, and is limited to the meaning of the options.
For complete and current documentation, refer to the ASxxxx Cross Assembler Documentation, available in /usr/share/doc/sdcc-doc/aslink.
The ASLINK is general relocating companion linker for the ASxxx assemblers.
MCS51 family is supported by sdld.
Z80family is supported by sdldz80.
GBZ80 (GameBoy Z80-like CPU) is supported by sdldgb.
Motorola 6808 family is supported by sdld6808.
The linker may run in the command line mode or command file modes. The allowed startup linker commands are:
If command line mode is selected, all linker commands come from stdin, if the command file mode is selected the commands are input from the specified file (extension must be .lnk).
After invoking the linker the valid options are: Libraries
Relocation
Map format:
Output:
Lists:
Miscellaneous:
End:
This manual page was written by Aurelien Jarno <aurel32@debian.org>, for the Debian GNU/Linux system (but may be used by others).