From 240f8d42486e93c7f0d3116af204f85acc321146 Mon Sep 17 00:00:00 2001 From: Safiire Date: Sun, 22 Feb 2015 17:51:31 -0800 Subject: [PATCH] Updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d370d45..a89fdcb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ An NES assembler for the 6502 microprocessor written in Ruby - More unit tests for each instruction - I may make this into a Rubygem - Maybe I can put some better error messages. + - I would like to add some Macros to generate settings for + the PPU and APU, (values for locations like $2000 and $2001, + the $4000s, etc.) Some new additions: - Ported NES101 tutor to this assembler.