The following are ways to use assembly
language with C/C++ code:
- Use separate modules of assembled code
and link them with compiled C/C++ modules (see Section 7.7.1).
- Use assembly language variables and
constants in C/C++ source (see Section 7.7.3).
- Use inline assembly language embedded
directly in the C/C++ source (see Section 7.7.5).