// Compile with: gcc -S assembler.c int a, b, c; int main() { c = a + b; }