mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Made addr/size hex consts 4 digits wide.
This commit is contained in:
@@ -125,7 +125,7 @@ module <tt/c64-soft80.o/ which uses the memory under I/O between $d000
|
|||||||
and $ffff.
|
and $ffff.
|
||||||
|
|
||||||
In memory constrained situations the memory from $400 to $7FF
|
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
|
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.
|
doesn't use the the heap explicitly because loading a driver uses the heap implicitly.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user