Cosmetic changes for README

This commit is contained in:
Nero 2019-10-08 10:24:36 +00:00
parent 695a28cb0a
commit 58a95932b5

View File

@ -10,13 +10,13 @@ the minimum memory requirement may be less than 64k.
|Start|Size|Function| |Start|Size|Function|
|--|--|--| |--|--|--|
|F000|4k|BDOS and hw drivers| |0xF000|4k|BDOS and hw drivers|
||var|BDOS data| ||var|BDOS data|
|SP|var|Stack, growing down| |SP|var|Stack, growing down|
|||Free memory| |||Free memory|
|0100|up to stack|Transient Program Area| |0x0100|up to stack|Transient Program Area|
|0080|128 bytes|Command line and disk buffer| |0x0080|128 bytes|Command line and disk buffer|
|0000|128 bytes|System data area| |0x0000|128 bytes|System data area|
## Application program interface ## Application program interface