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 00:29:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dfb4410497
n65
/
.gitignore
8 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial Commit
2015-02-18 03:05:37 +00:00
*.nes
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-04 17:58:50 +00:00
*.nes.yaml
Initial Commit
2015-02-18 03:05:37 +00:00
.DS_Store
Desktop.ini
Thumbs.db
*.deb
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 11:56:39 +00:00
*.swp
Reference in New Issue
Copy Permalink