• Stars
    star
    181
  • Rank 212,110 (Top 5 %)
  • Language
    Assembly
  • Created about 10 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

SNES Assembly Programming

SNES


SNES Assembly Code by krom (Peter Lemon).

All code compiles out of box with the bass (v14) assembler by Near.
I use a special version of bass by ARM9 which has been updated with SuperFX/GSU Risc output:
https://github.com/ARM9/bass
I have included binaries of all the demos.

Special thanks to Near, for making the higan emulator, & the bass assembler =D
Please check out higan, a cycle accurate SNES Emulator:
https://github.com/higan-emu/higan

Also thanks to ARM9, for helping me with my SNES initialisation routine, my SuperFX/GSU LIB file, & his SuperFX/GSU bass assembler.

Howto Compile:
All the code compiles into a single binary (ROMNAME.sfc) file.
Using bass Run: make.bat

Howto Run:
I only test with a real SNES using a SD2SNES Cartridge by ikari:
http://sd2snes.de

You can also use SNES emulators like higan & the MAME SNES Driver.