1
0
mirror of https://github.com/safiire/n65.git synced 2024-12-12 00:29:03 +00:00

Updated readme

This commit is contained in:
Safiire 2015-02-22 17:51:31 -08:00
parent 210cf3c460
commit 240f8d4248

View File

@ -30,6 +30,9 @@ An NES assembler for the 6502 microprocessor written in Ruby
- More unit tests for each instruction - More unit tests for each instruction
- I may make this into a Rubygem - I may make this into a Rubygem
- Maybe I can put some better error messages. - 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: Some new additions:
- Ported NES101 tutor to this assembler. - Ported NES101 tutor to this assembler.