4 / 30
Compiling
A compiler translates the preprocessed source into text assembly language
files (often .s
on Unix, or .asm
on Windows).
An assembly language is a human-readable notation for the machine language that a specific computer architecture uses.
- Compiler - http://en.wikipedia.org/wiki/Compiler
- Assembly language - http://en.wikipedia.org/wiki/Assembly_language