main() High-level programming
{ language
int i;
i = 5;
printf("i=%d\n", i);
....
}
COMPILATION |
V
01010011011110101 Machine instructions
10001000011010000
10000111000101111
| Previous slide | Next slide | Back to first slide | View graphic version |