From 98c79e5100f44562d7592a5bc7f8f57ff82cddcf Mon Sep 17 00:00:00 2001 From: Lawrence Kesteloot Date: Fri, 5 May 2023 18:19:38 -0700 Subject: [PATCH] Add link to full write-up. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 339131b..2d137c5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Not supported: Floating point, strings, high-res graphics, `DATA/READ/RESUME`, `GOSUB/RETURN/POP`, multi-dimensional arrays, keyboard input, exponentiation (`A^B`), and cassette I/O. +[Full write-up](https://www.teamten.com/lawrence/projects/apple2a/) + # Dependencies * [cc65](https://github.com/cc65/cc65)