Mapping C into AVR
Things to do:
- allocate variables to registers/memory
- place literals in data segment
- transform C program to:
- break expression evaluation into steps
- replace control structures by goto
- push function args explicitly
- implement function stack management
Index