PDA

View Full Version : Need help starting 65c816 assembly


Junior
02-21-2007, 06:14 AM
I'm trying to learn 65c816 asm. I've done searches on the net and can't find a single guide. Most are broken links. I'm doing this because I want to find out what formulas FF4 uses during battles.

I got some disassemblers from this site but of course I don't know what to do with the output, let alone how turn them into English.

Anybody know where I can find a manual for a beginner on learning this language?

Thanks
<P ID="signature"></P>

JadussD
02-21-2007, 06:30 AM
> I'm trying to learn 65c816 asm. I've done searches on the
> net and can't find a single guide. Most are broken links.
> I'm doing this because I want to find out what formulas FF4
> uses during battles.

Your best bet is to get the book Assembly Language Step-by-Step by Jeff Duntemann, and read through it. It's for X86 assembly but after you read through not even the entire book you'll be able to pick up the white paper on the 65c816 and it'll be easy as hell to figure out what's going on.
<P ID="signature"></P>