The First 16 locations of the Main Memory RAM Map?
GreenDevil
Posts: 7
I could only find two Names of the first 16 locations in the hub Main Memory Ram $0000-$000F.
$0000 being MC Hertz
$0004 being CLK Register
Could somebody please help fill in the blanks? The Boot Loader and Interpreter depends on it. Thanks
$0000 being MC Hertz
$0004 being CLK Register
Could somebody please help fill in the blanks? The Boot Loader and Interpreter depends on it. Thanks
Comments
$0006 PBASE - Top object address. Normally has a value of $10
$0008 VBASE - Top object VAR address. Same as size of binary file
$000A DBASE - Stack variable base address. Address of RESULT variable in top object.
$000C PCURR - Starting address to execute. Address of first method in the top object.
$000E DCURR - Starting value of the stack pointer
electrodude