This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
n65
Watch
1
Star
0
Fork
0
You've already forked n65
mirror of
https://github.com/safiire/n65.git
synced
2024-12-12 15:29:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f5866fa2e3
n65
/
lib
History
Safiire
07ae7812ed
Accidentally had the opcode for TXA be NOP, don't know how that happened. I ported background.asm from NESASM format to my format, it is veeeery similar so not much needed changing, and the resulting ROM worked fine :)
2015-02-18 03:56:39 -08:00
..
assembler.rb
I have added many directives, such as .org, ines header, .dw, .bytes, and made it produce proper Roms launch into the entry point at 0xC000 from the reset vector. I basically rewrote the Assembler class, this could still use some cleaning up though, more unit tests, and to compile some code with CHR segments
2015-02-18 03:05:18 -08:00
directive.rb
I have added many directives, such as .org, ines header, .dw, .bytes, and made it produce proper Roms launch into the entry point at 0xC000 from the reset vector. I basically rewrote the Assembler class, this could still use some cleaning up though, more unit tests, and to compile some code with CHR segments
2015-02-18 03:05:18 -08:00
instruction.rb
Accidentally had the opcode for TXA be NOP, don't know how that happened. I ported background.asm from NESASM format to my format, it is veeeery similar so not much needed changing, and the resulting ROM worked fine :)
2015-02-18 03:56:39 -08:00
label.rb
Initial Commit
2015-02-17 19:05:37 -08:00