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

update readme

This commit is contained in:
Safiire 2015-02-22 18:01:27 -08:00
parent 8d3d3a44fb
commit e661393e6e

View File

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