References
Lecture 03 - Calling Conventions
- https://en.wikibooks.org/wiki/X86_Disassembly/Functions_and_Stack_Frames
- https://en.wikipedia.org/wiki/Calling_convention
- https://en.wikipedia.org/wiki/X86_calling_conventions
- http://stackoverflow.com/questions/14666665/trying-to-understand-gcc-option-fomit-frame-pointer
- Calling conventions for different C++ compilers and operating systems by Agner Fog.
- Assembly's Perspective of C.
Lecture 04 - Linking and Loading
C Language
- A TUTORIAL ON POINTERS AND ARRAYS IN C by Ted Jensen.
Git
Assembly Language
- x86 Assembly Guide
- PCAssemblyLanguage. Paul A. Carter.
- Useful assembly links from Agner Fog
Boot
- Linux Boot from Linux Inside by 0xAX.