Chapter 6. Mixing Assembly with C

Table of Contents
Integrating C and assembly
Assembly within C
Creating a function in assembly
Calling C from assembly
C variables and assembly

Integrating C and assembly

The Byte Craft Limited COP8 compiler includes a full macro assembler. You can add assembly language to a C source file. You can also access C functions and variables from assembly.