1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00

removed apple2 specific note

This commit is contained in:
mrdudz 2015-10-22 17:33:01 +02:00
parent 07a77d1259
commit ba901d2de7

View File

@ -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: