Minor corrections.

This commit is contained in:
Stephan Mühlstrasser
2015-02-08 15:46:33 +01:00
parent da8ec4f7b1
commit a1cc85768e
2 changed files with 17 additions and 17 deletions

View File

@@ -85,10 +85,10 @@ Special locations:
</descrip><p>
Example for building a program with start address &dollar;0300, stack size
&dollar;0200 and RAM size &dollar;0200:
&dollar;0200 and RAM size &dollar;2000:
<tscreen>
cl65 --start-addr 0x300 -Wl -D,__HIMEM__=$2000,-D,__STACKSIZE__=$0300 -t osic1p hello.c
cl65 --start-addr 0x300 -Wl -D,__HIMEM__=$2000,-D,__STACKSIZE__=$0200 -t osic1p hello.c
</tscreen>
<sect>Linker configurations<p>