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>
slightly larger (˜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