]> git.sur5r.net Git - cc65/commitdiff
Made addr/size hex consts 4 digits wide.
authorOliver Schmidt <ol.sc@web.de>
Fri, 30 Oct 2015 16:18:55 +0000 (17:18 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 30 Oct 2015 16:19:19 +0000 (17:19 +0100)
doc/c64.sgml

index a3e9e12910cb0e4270080e22e0aad0ecaa270e1d..8767d212d181c2e06cf3b46613015d44abcf47bf 100644 (file)
@@ -125,7 +125,7 @@ module <tt/c64-soft80.o/ which uses the memory under I/O between &dollar;d000
 and &dollar;ffff.
 
 In memory constrained situations the memory from &dollar;400 to &dollar;7FF
-can be made available to a program by calling <tt/_heapadd ((void *) 0x400, 0x400);/
+can be made available to a program by calling <tt/_heapadd ((void *) 0x0400, 0x0400);/
 at the beginning of <tt/main()/. Doing so is beneficial even if the program
 doesn't use the the heap explicitly because loading a driver uses the heap implicitly.