Tools: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
(assemblers and stuff)
(SNES GSS)
Line 13: Line 13:
* [https://github.com/devinacker/bsnes-plus bsnes-plus]
* [https://github.com/devinacker/bsnes-plus bsnes-plus]
* [https://problemkaputt.de/sns.htm no$sns]
* [https://problemkaputt.de/sns.htm no$sns]
== Sound ==
* [https://github.com/nathancassano/snesgss SNES GSS] - tracker and sound/music driver


== Web tools ==
== Web tools ==

Revision as of 01:38, 2 September 2022

Compilers, Assemblers, and Toolchains

  • PVSnesLib - SNES framework toolchain and C compiler
  • cc65 - 6502/65816 assembler, and 6502 C compiler
  • WLA-DX - multi-platform assembler, includes SNES 65816 and SPC-700
  • asar - patch-oriented SNES assembler
  • bass - Near's table-based assembler with support for for SNES 65816 and SPC-700
  • Free SNES Assembler - lightweight SNES assembler by Bisqwit

Debugging

Sound

  • SNES GSS - tracker and sound/music driver

Web tools