> Does anyone have any recommendations for good books on the subject? > My background is, I am a long time (10 years) C++ programmer.
68K or ARM? if you want 68K - there are a bunch of books on the classic CPU :) i actually still had my 68K book from university :) it came in very handy when writing assembly *g* > Specifically, here's what I am interested in: > 1 Understanding what I am seeing when the debugger steps into Palm OS Code > 2 Understanding the (68k) code that CodeWarrior is generating both issues = same. 68k as 16 registers, 8 data and 8 address. there are a bunch of opcodes associated with them, in addition to addressing modes. you can probably survive on single page printout. > 3 Cracking Mobile Wizardry games and giving them to all my friends. *g* > 4 Understanding how the linker hooks it all together. best place to understand these is to maybe look at prc-tools code :) dig into the linker and see how it all fits together. codewarrior will do it slightly different (ben?) > Anyone have any recommendations for a web page and/or book? > (yes, I'm kidding about #3) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
