Fixed order of -o and -t on the linker command line.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4886 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2010-12-04 18:13:47 +00:00
parent e61173fe9e
commit 72d5d040d8
4 changed files with 5 additions and 5 deletions

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,7 +90,7 @@ 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 -Ln hello.lbl -m hello.map -o hello crt0 hello.o c64.lib
ld65 -o hello -t c64 -Ln hello.lbl -m hello.map hello.o c64.lib
</verb></tscreen>
This will generate a file named hello.lbl that contains all symbols used in