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.