]> git.sur5r.net Git - cc65/commitdiff
Switch for vice label file has changed
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 31 Dec 2005 00:11:04 +0000 (00:11 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 31 Dec 2005 00:11:04 +0000 (00:11 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3687 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/debugging.sgml

index 0bfe1795c9f4b56beecccce5f6efdaa161a21199..f2421e5b6f0856401a0640896b3cee7d7f1f1fb6 100644 (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