Changeset 619 for Deliverables/D2.2/8051/README
- Timestamp:
- Mar 2, 2011, 3:27:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D2.2/8051/README
r530 r619 5 5 the CIL parser[1], Xavier Leroy's translation from C to Clight, and 6 6 an existing back-end compiler for a register transfer language to a 7 subset of the MIPS assembly language[2] or the 8051 microprocessor 8 family. The current version is configured to output 8051 code. 7 subset of the MIPS assembly language[2]. 9 8 10 9 We wrote 3 compiler passes: one from Clight to Cminor, another from 11 10 Cminor to an abstract register transfer language (RTLabs), and a 12 last one from RTLabs to an RTL that uses either MIPS or 8051 instructions.13 Weextended interpreters for the intermediate languages to output a11 last one from RTLabs to an RTL that uses MIPS instructions. We 12 extended interpreters for the intermediate languages to output a 14 13 list of labels which denote key control points of the program that 15 14 have been crossed during the interpretation. These labels are the
Note: See TracChangeset
for help on using the changeset viewer.