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