Module 0226: Structures, arrays and pointers in Assembly Language Programs
Tak Auyeung, Ph.D.
May 10, 2011
1
About this module
2
Structures
2.1
Where is each member?
2.2
Finding out the member offsets
2.3
Using a structure in assembly language code
2.4
Returning a struct
3
Arrays
4
Combining pointers, arrays, and structures