1
0
mirror of https://github.com/safiire/n65.git synced 2024-06-02 05:41:36 +00:00

Update readme

This commit is contained in:
Safiire 2015-02-22 17:52:39 -08:00
parent 240f8d4248
commit 8d3d3a44fb

View File

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