Magic Lantern Forum

Developing Magic Lantern => Reverse Engineering => Topic started by: Indy on December 02, 2012, 07:13:45 PM

Title: Introduction to ARM
Post by: Indy on December 02, 2012, 07:13:45 PM
"Creator Comments:

ARM processors are becoming ubiquitous in mobile devices today with RISC processors making a comeback for their applications in low power computing environments. With major operating systems choosing to run on these processors including the latest Windows RT, iOS and Android, understanding the low level operations of these processors can serve to better understand, optimize and debug software stacks running on them. This class builds on the Intro to x86 class and tries to provide parallels and differences between the two processor architectures wherever possible while focusing on the ARM instruction set, some of the ARM processor features, and how software works and runs on the ARM processor. "

http://www.opensecuritytraining.info/IntroARM.html
Title: Re: Introduction to ARM
Post by: jplxpto on December 02, 2012, 08:04:40 PM
Thank you!