Changeset 1462 for Deliverables/D2.2/8051/src/ASM
- Timestamp:
- Oct 25, 2011, 4:11:11 PM (9 years ago)
- Location:
- Deliverables/D2.2/8051/src/ASM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D2.2/8051/src/ASM/ASM.mli
r619 r1462 123 123 { code : BitVectors.byte list ; 124 124 cost_labels : string BitVectors.WordMap.t ; 125 labels : BitVectors.word StringTools.Map.t ; 125 126 exit_addr : BitVectors.word ; 126 127 has_main : bool } -
Deliverables/D2.2/8051/src/ASM/ASMInterpret.ml
r818 r1462 1046 1046 | #instruction as i -> assembly1 i) p.ASM.pcode) in 1047 1047 { ASM.code = code ; ASM.cost_labels = costs ; 1048 ASM.labels = StringTools.Map.empty ; 1048 1049 ASM.exit_addr = exit_addr ; ASM.has_main = p.ASM.phas_main } 1049 1050 ;;
Note: See TracChangeset
for help on using the changeset viewer.