update the memory map

This commit is contained in:
Kartik K. Agaram 2021-04-18 09:06:20 -07:00
parent e5adb2239c
commit d0804ac04b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# understand hardware interfaces well enough to explain to others.
# Memory map of a Mu computer:
# code: currently 4 tracks loaded from the primary disk to [0x00007c00, 0x00027400)
# code: currently 4 tracks loaded from the primary disk to [0x00007c00, 0x00048600)
# stack: grows down from 0x00070000
# heap: [0x01000000, 0x02000000)
# see 120allocate.subx