-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix DASM and Merlin, add Asar, improve cc65 #10
Conversation
georgjz
commented
Jun 12, 2018
- Added a new grammar to support Asar Assembler
- SPC700 and SuperFX opcodes are missing yet. I plan to extract them from the SNES cc65 grammar
- DASM and Merlin should work now
- cc65
- Added some missing commands and constants
- Changed some scopes to improve readability
- Added a new grammar for the linker config files ld65 uses
- Updated the link in README.md
- Fixed hex numbers with a trailing h
- Add missing commands to WDC tools
@georgjz did you want to wait to add the SPC700 and SuperFX opcodes before merging? |
@georgjz I've also added you as a collaborator on the project! |
@MatthewCallis Thank you for adding me! I already started doing it, I'll update and merge it as soon I finish it. |
I'm sorry for my late reply, I finally got around playing Breath of the Wild(it's f:heart::heart::heart:ing amazing) which distracted me a lot. I added the SPC-700 and SuperFX opcodes. |