C Internals
Contents
- Introduction
- Program Structure
- Stack and Local Variables
- Translation of Arithmetic Operations
- Translation of Bitwise Operations
- Translation of Branch Statement
- Translation of Loop
- Pointer Dereferencing
- Array Indexing
- Function Pointer
- Function Call
- Parameter Passing
- Returning Value From Function
- Memory Allocation for Structure
- Mixing C and Assembly
- Miscellaneous
- Conclusion