From e661393e6eb3a4683eef4a96c47f8bbff3833013 Mon Sep 17 00:00:00 2001 From: Safiire Date: Sun, 22 Feb 2015 18:01:27 -0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68c2d3e..717f48a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ An NES assembler for the 6502 microprocessor written in Ruby the PPU and APU, (values for locations like $2000 and $2001, the $4000s, etc.) - Support binary literals ie %10101010 + - Anonymous Label support, (maybe, not sure if I like the idea) + - Give this project a better name. Some new additions: - Ported NES101 tutor to this assembler.