Commit 19a02c
2026-06-02 12:15:40 Bob Green: -/-| /dev/null .. programming/runtime.md | |
| @@ 0,0 1,7 @@ | |
| + | # Runtime |
| + | |
| + | By default, when using my link scripts, the standard runtime is initialised by crt0 as follows: |
| + | |
| + | | Address | Size | Comment | |
| + | | ------- | ------- | ------- | |
| + | | 0x003ffe | ~256k | Stack (SSP). Grows towards 0. At round about 0x0000400 it would start stomping all over the memory area used by the monitor | |