diff --git a/doc/debugging.sgml b/doc/debugging.sgml index 0bfe1795c..f2421e5b6 100644 --- a/doc/debugging.sgml +++ b/doc/debugging.sgml @@ -45,7 +45,7 @@ arbitary addresses), debug interrupt handlers and even debug routines that run inside the 1541 floppy. You may use the label file generated by the linker to make much more use -from the monitor. +from the monitor. @@ -90,12 +90,12 @@ good idea to always use - 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 This will generate a file named hello.lbl that contains all symbols used in