Minor corrections.
This commit is contained in:
@@ -85,10 +85,10 @@ Special locations:
|
||||
</descrip><p>
|
||||
|
||||
Example for building a program with start address $0300, stack size
|
||||
$0200 and RAM size $0200:
|
||||
$0200 and RAM size $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>
|
||||
|
||||
Reference in New Issue
Block a user