Computer code

Compiled programming languages

Drift and compile into machine code.

Animation

source code
compiler
mov, call, cmp
executable
CPU

In short

  1. You first write source code, which is human-readable code.
  2. You use a compiler to turn the source code into native CPU machine code.
  3. You distribute the packaged executables (EXEs) to anyone who wants to run your program.

What languages do this?