Commit Graph

7 Commits

Author SHA1 Message Date
Saf e11d3e0170 Update ci name and gitignore 2020-09-06 10:27:29 -07:00
Safiire 1013280f9e Made n65 into a RubyGem 2015-03-31 02:50:55 -07:00
Safiire 483c4d13d1 Adding first version of a MIDI to NES converter and sound engine 2015-03-27 15:50:13 -07:00
Safiire 4a7445c236 Organizing some of the files 2015-03-05 17:26:29 -08:00
Safiire 2c938f7312 This is s a big rewrite including: A scoped symbol table, segment and
bank management, Use of promises to resolve symbols that are used before
they are defined.  A base class for all instructions and assembler
directives.  Hopefully my scoped symbols can be used to create C like
data structures in the zero page, ie sprite.x   New code to prodce the
final ROM.  Basically everything was rewritten.
2015-03-05 12:33:56 -08:00
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
Safiire 69e3d2fb0c Initial Commit 2015-02-17 19:05:37 -08:00