Add link to full write-up.

This commit is contained in:
Lawrence Kesteloot 2023-05-05 18:19:38 -07:00
parent 98b747fe23
commit 98c79e5100
1 changed files with 2 additions and 0 deletions

View File

@ -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)