mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 20:30:49 +00:00
removed apple2 specific note
This commit is contained in:
parent
07a77d1259
commit
ba901d2de7
@ -127,8 +127,7 @@ 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);/
|
||||
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 (and in fact
|
||||
already opening a driver file) uses the heap implicitly.
|
||||
doesn't use the the heap explicitly because loading a driver uses the heap implicitly.
|
||||
|
||||
Using <tt/c64-soft80.o/ is as simple as placing it on the linker command
|
||||
line like this:
|
||||
|
Loading…
x
Reference in New Issue
Block a user