From 8d3d3a44fba4d49a07566b2c2f8af5ae1f00b64a Mon Sep 17 00:00:00 2001 From: Safiire Date: Sun, 22 Feb 2015 17:52:39 -0800 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a89fdcb..68c2d3e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ An NES assembler for the 6502 microprocessor written in Ruby - 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.) + - Support binary literals ie %10101010 Some new additions: - Ported NES101 tutor to this assembler.