Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
memory_layout [2019/05/07 19:36] – [Memory layout] neilsmemory_layout [2019/05/08 07:23] – [Default memory configuration] neils
Line 5: Line 5:
 ===== Default memory configuration ===== ===== Default memory configuration =====
  
-On startup, the **XC=BASIC** standard library sets up the following memory configuration:+On startup, the **XC=BASIC** runtime library sets up the following memory configuration:
  
 ^ Area ^ Usage ^ ^ Area ^ Usage ^
Line 22: Line 22:
 ^Area^Content^ ^Area^Content^
 |$0801-$080C|BASIC loader| |$0801-$080C|BASIC loader|
-|$080D-$0B7B|Library*|+|$080D-$0B7B|Runtime library*|
 |$0B7C-$????|Code| |$0B7C-$????|Code|
 |$????-$????|Data| |$????-$????|Data|