Changeset 2321 for Deliverables/D2.2/8051-toolstick/src/LIN/LINToASM.ml
- Timestamp:
- Sep 3, 2012, 4:44:08 PM (9 years ago)
- Location:
- Deliverables/D2.2/8051-toolstick
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D2.2/8051-toolstick/src/LIN/LINToASM.ml
r1580 r2321 157 157 | None -> [] 158 158 | Some main -> 159 [`MOV (`U3 (`DIRECT (byte_of_int I8051.isp_addr), 159 (* Disable watchdog timer and initialise *) 160 [`MOV (`U3 (`DIRECT (byte_of_int 0xD9), data_of_int 0)); 161 `MOV (`U3 (`DIRECT (byte_of_int I8051.isp_addr), 160 162 data_of_int I8051.isp_init)) ; 161 163 `MOV (`U3 (`DIRECT (byte_of_int I8051.spl_addr),
Note: See TracChangeset
for help on using the changeset viewer.