mirror of
https://github.com/cc65/cc65.git
synced 2025-04-08 19:38:55 +00:00
Made addr/size hex consts 4 digits wide.
This commit is contained in:
parent
202ad62419
commit
281dc33e5a
@ -125,7 +125,7 @@ module <tt/c64-soft80.o/ which uses the memory under I/O between $d000
|
||||
and $ffff.
|
||||
|
||||
In memory constrained situations the memory from $400 to $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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user