3.1.8. C language¶
This indicates how to use C language compiler.
- 3.1.8.1. Environment variables
- 3.1.8.2. Compiler mode
- 3.1.8.3. trad mode
- 3.1.8.4. clang mode
- 3.1.8.5. Inline Assembler
- 3.1.8.5.1. Notes
- 3.1.8.5.2. Compile
- 3.1.8.5.3. asm statement (General format)
- 3.1.8.5.4. asm statement (GNU expanded format)
- 3.1.8.5.5. I/O operand
- 3.1.8.5.6. Constraint character
- 3.1.8.5.7. How to specify names in assembler code
- 3.1.8.5.8. How to specify the specific register
- 3.1.8.5.9. Specification example (GNU expanded format)