ARM32 Assembly - Functions

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=HfaXC8KYLow



Duration: 2:01:28
184 views
3


Today we talked about all things functions in ARM32 assembly, including how C++ name mangling works, how to link together assembly and C and C++ code. and most importantly the boilerplate code you need to do to make functions work properly without seg faulting.

I also did a bit on the inline keyword and why it doesn't do what a lot of people thinks it does.







Tags:
csci 45
arm32
functions
assembly
linking
inline
c++
extern c