WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: REDSOXROX on October 04, 2008, 06:17:09 PM

Title: ASM Code Help
Post by: REDSOXROX on October 04, 2008, 06:17:09 PM
Is the WiiRD's assembly code type specifacilly for WiiRD, or are there other things it's used in.
Could I have a link to a site that documents ASM code that WiiRD uses?
Title: Re: ASM Code Help
Post by: Igglyboo on October 04, 2008, 06:21:24 PM
The wii has a powerpc processor so wiird uses power pc asm.
http://www.freescale.com/files/product/doc/MPCFPE32B.pdf (http://www.freescale.com/files/product/doc/MPCFPE32B.pdf)
http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html (http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html)
http://class.ee.iastate.edu/cpre211/labs/quickrefPPC.html (http://class.ee.iastate.edu/cpre211/labs/quickrefPPC.html)

Try those websites.
Title: Re: ASM Code Help
Post by: REDSOXROX on October 04, 2008, 06:26:49 PM
Quote from: Igglyboo on October 04, 2008, 06:21:24 PM
The wii has a powerpc processor so wiird uses power pc asm.
http://www.freescale.com/files/product/doc/MPCFPE32B.pdf (http://www.freescale.com/files/product/doc/MPCFPE32B.pdf)
http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html (http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html)
http://class.ee.iastate.edu/cpre211/labs/quickrefPPC.html (http://class.ee.iastate.edu/cpre211/labs/quickrefPPC.html)

Try those websites.
thanks