This commit is contained in:
Stefano Furiosi 2016-06-18 15:15:10 -07:00
parent bf9d768db8
commit e53f03742c
1 changed files with 6 additions and 6 deletions

View File

@ -67,12 +67,12 @@ Inside ASM folder you can find the woz_monitor_masm.asm source listing. This is
If you are under OSX - you can install MASM via homebrew and use it to compile any asm source included the one above.
## Apple 1 Address space
$0000-$0FFF ------------- 4KB RAM
$0024-$002B ---------- WOZ MONITOR STORE (better to not overwrite)
$0200-$027F ---------- INPUT BUFFER (as the one above)
$D010-$D013 ------------- PIA (6821) [KBD & DSP]
$E000-$EFFF ------------- 4KB extended RAM (Usually for BASIC prog)
$FF00-$FFFF ------------- 256 Bytes ROM (crazy! with just 2 bytes unused.)
$0000-$0FFF ------------- 4KB RAM
$0024-$002B ---------- WOZ MONITOR STORE (better to not overwrite)
$0200-$027F ---------- INPUT BUFFER (as the one above)
$D010-$D013 ------------- PIA (6821) [KBD & DSP]
$E000-$EFFF ------------- 4KB extended RAM (Usually for BASIC prog)
$FF00-$FFFF ------------- 256 Bytes ROM (crazy! with just 2 bytes unused.)
## Resources