1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-28 10:55:43 +00:00

Switch for vice label file has changed

git-svn-id: svn://svn.cc65.org/cc65/trunk@3687 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-12-31 00:11:04 +00:00
parent 97ef2980de
commit b8935ba00b

View File

@ -45,7 +45,7 @@ arbitary addresses), debug interrupt handlers and even debug routines that run
inside the 1541 floppy.
<item>You may use the label file generated by the linker to make much more use
from the monitor.
from the monitor.
</itemize>
@ -90,12 +90,12 @@ good idea to always use <tt/-g/. It makes the object files and libraries
slightly larger (&tilde;30%), but this is usually not a problem.
The second step is to tell the linker that it should generate a VICE label
file. This is done by the <tt/-L/ switch followed by the name of the label
file. This is done by the <tt/-Ln/ switch followed by the name of the label
file (I'm usually using a <tt/.lbl/ extension for these files). An example for
a linker command line would be:
<tscreen><verb>
ld65 -t c64 -L hello.lbl -m hello.map -o hello crt0 hello.o c64.lib
ld65 -t c64 -Ln hello.lbl -m hello.map -o hello crt0 hello.o c64.lib
</verb></tscreen>
This will generate a file named hello.lbl that contains all symbols used in