PeterLemon / SNES

SNES Assembly Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SNES Assembly Programming


Languages

Language:Assembly 45.8%Language:C++ 35.9%Language:Pawn 18.0%Language:Python 0.3%Language:Batchfile 0.0%