1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-04 21:33:30 +00:00

updated customizing documentation

"weak = yes" is now "type = weak"
This commit is contained in:
Sven Oliver Moll 2024-09-26 19:33:26 +02:00
parent 16258d812b
commit 41951a1345

View File

@ -140,7 +140,7 @@ FEATURES {
SYMBOLS {
# Define the stack size for the application
__STACKSIZE__: value = $0200, weak = yes;
__STACKSIZE__: value = $0200, type = weak;
}
</code></tscreen>