Disassemblies - List of pretty much disassembly we have. - Sonic 1 Disassembly Thread - Sonic 2 2007 Disassembly Thread - Sonic 2 Nick Arcade Disassembly Thread - Sonic & Knuckles Disassembly Thread Also of interest: ASM Tips Thread
Can somebody export and upload a text version of the Crackers disassembly? I would do it myself but every version of IDA PRO I can find refuses to open the IDB
Uploaded on the wiki disassemblies page. It looks highly incomplete though. Shouldn't this be pinned?
It was, but even after being moved out of Sonic Programming, was basically ignored. It'd probably be better to distill the information in that topic.
Hello guys, I'm sorry to post this in this thread, but the specific thread is closed and I wasn't willing to create a new thread just for this. In fact, I was willing to download Stealth's Sonic & Knuckles IDA disassembly, but it seems the link is dead. As I haven't been around recently, I don't really know where else I could find it. Has it been uploaded anywhere else ?
It's available at the Retro wiki, and the URL is http://info.sonicretro.org/images/c/ca/Son..._Stealth%29.rar
Can anyone upload an ASM version of Sonic and Knuckles disassembly? There is one in the thread, but it gives errors and I cant assemble it. Thanks
Thanks, I looked on the wiki, but Im not sure exactly how to use this. Do I drag the asm file into it?
Open up the command prompt, navigate to your assembly directory, type "asm68k /p /o ae- yourasmfile.asm,yourromfile.bin" (without the quotes, and obviously with yourasmfile.asm being replaced with the name of the ASM file, and yourromfile.bin being replaced with the name you want the assembled ROM to be saved as).