1
0
mirror of https://github.com/safiire/n65.git synced 2025-04-06 10:37:36 +00:00

Commit Graph

  • 5410adcdb6 For some reason we can't make capital letters in labels now? Safiire 2015-02-22 06:38:14 -08:00
  • a52ead091e this branch sucks Safiire 2015-02-22 06:33:36 -08:00
  • 404934479f Intermediate commit Safiire 2015-02-22 05:59:03 -08:00
  • b94208489b Updaing readme, adding an image Safiire 2015-02-18 18:44:17 -08:00
  • e92101fcdf Updated README Safiire 2015-02-18 18:40:00 -08:00
  • 427b676502 Ported NES101 tutor to this assembler, fixed the PROG and CHR positioning in the ROM, added more directives .ascii etc. Safiire 2015-02-18 18:36:22 -08:00
  • f5866fa2e3 Updated README Safiire 2015-02-18 04:05:00 -08:00
  • 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 :) Safiire 2015-02-18 03:56:39 -08:00
  • ac46228b9f 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 Safiire 2015-02-18 03:05:18 -08:00
  • debff220ec Automatically name the assembled binary ROM using the input filename Safiire 2015-02-17 19:22:19 -08:00
  • 69e3d2fb0c Initial Commit Safiire 2015-02-17 19:05:37 -08:00
  • 959beeb09f Initial commit Saf 2015-02-17 18:26:26 -08:00