4.3.7 Assembly Code
This section examines questions that arise when writing assembly code as part of a C project.
- 4.3.7.1 How Should I Combine Assembly and C Code?
- 4.3.7.2 What Do I Need Other Than Instructions in an Assembly Source File?
- 4.3.7.3 How Do I Access C Objects from Assembly Code?
- 4.3.7.4 How Can I Access SFRs From Within Assembly Code?
- 4.3.7.5 When Should I Combine Assembly and C Code?
- 4.3.7.6 What is the Difference Between .s and .S Files?
- 4.3.7.7 How Do I Make a Function Wrapper For an Assembly Module?
- 4.3.7.8 When Should Inline Assembly Be Used Instead of Assembly Modules?