From b5c794c432c2cb3380cbfcfa62aeac144c6f86dc Mon Sep 17 00:00:00 2001 From: Computer construction kit SmartyKit <42343604+smartykit@users.noreply.github.com> Date: Sun, 31 Jan 2021 17:42:03 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d3b0c0..d145dc2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Video driver uses Arduino TVout library. ## Software Emulator - POM 1 POM 1 cross-platform emulator by Verhille Arnaud to test SmartyKit 1 ROM with software. +## SmartyKit 1 Memory Map – ROM and RAM + +![SmartyKit 1 Memory Map](https://raw.githubusercontent.com/smartykit/apple1/master/ROM%20development/SmartyKit_1_Memory_Map.png) + ## ROM Development – SmartyKit 1 ROM asm source and make file Easy-to-use development tool to write your own software for SmartyKLit 1 (you need just run make in your Terminal) and learn how ROM is organized.