31/08/06: seplog for MIPS milestone (ASIAN 2006)
NB: See this page ("cryptoasm" tab) for an updated version.
The whole archive: asian2006.tar.gz
Contents overview:
- From previous work:
- Machine integers:
- Axiomatic semantics:
- Definition of states: state.v
- Operational and axiomatic semantics of structured MIPS programs: mips.v
- Derived Hoare triples: mips_contrib.v
- Custom tactics: mips_tactics.v
- A library for arrays: mapstos.v
- Operational for unstructured MIPS programs and certified translator from structure MIPS programs: mips0.v
- Application to verification of multi-precision arithmetic functions:
- Compilation scripts: build.sh, clean.sh