From bf9d768db86727b02656581b3b4c325131ad59e4 Mon Sep 17 00:00:00 2001 From: Stefano Furiosi Date: Sat, 18 Jun 2016 15:13:51 -0700 Subject: [PATCH] Fine tune --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 87be5a1..b9edcdb 100644 --- a/README.md +++ b/README.md @@ -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