1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +00:00

Fixed address

See cbm510.cfg
This commit is contained in:
Stefan
2017-09-13 23:51:07 +02:00
committed by GitHub
parent 7623d4ea83
commit 945dcfd63a

View File

@@ -67,7 +67,7 @@ Special locations:
<descrip>
<tag/Stack/
The C runtime stack is located at &dollar;FF81, and grows downwards.
The C runtime stack is located at &dollar;FEC2, and grows downwards.
<tag/Heap/
The C heap is located at the end of the program, and grows towards the C