Changes

Jump to: navigation, search

Inline Assembly Language

19 bytes removed, 01:34, 28 January 2014
no edit summary
[[Category:SPO600-futureAssembly Language]]{{Chris Tyler Draft}}'''Inline Assembly''' is [[Assembly Language|assembly language]] code which is embedded in a program written in another language, typically C.
In open source software (especially in a Linux context), this is most commonly done using gcc, but inline assembler is also supported by llvm/clang, the Intel C compilers, Microsoft Visual Studio, and various other tools. Here we're going to focus on gcc.

Navigation menu