From b8935ba00b36b82fcd80e91292381c18278a4865 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 31 Dec 2005 00:11:04 +0000 Subject: [PATCH] Switch for vice label file has changed git-svn-id: svn://svn.cc65.org/cc65/trunk@3687 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/debugging.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5