Magic Lantern Forum
Home Page
|
Downloads
|
User Guide
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Keep
calm
and
reverse
the
malware
!
@autoexec_bin
|
#magiclantern
|
Discord
|
Reddit
|
Server issues
Home
Help
Search
Login
Register
Magic Lantern Forum
»
Developing Magic Lantern
»
Reverse Engineering
»
Small snippet on how the stack works in ARM
« previous
next »
Print
Pages: [
1
]
Author
Topic: Small snippet on how the stack works in ARM (Read 3505 times)
coutts
Developer
Senior
Posts: 401
Small snippet on how the stack works in ARM
«
on:
June 20, 2012, 04:07:28 PM »
Sometimes the stack still confuses me, so I need to look back at how it works. In all canon cameras, the stack is a Full Descending one. It grows to lower addresses in memory. I found a short word document on google which explains this pretty well. To view the document itself, just look here:
www.cems.uwe.ac.uk/~cduffy/es/ARMstacks.doc
Logged
Indy
Developer
Member
Posts: 112
Re: Small snippet on how the stack works in ARM
«
Reply #1 on:
July 09, 2012, 09:01:44 PM »
http://magiclantern.wikia.com/wiki/ARM
slides from simplemachines.it are really useful ...
Indy
Logged
Print
Pages: [
1
]
« previous
next »
Magic Lantern Forum
»
Developing Magic Lantern
»
Reverse Engineering
»
Small snippet on how the stack works in ARM