Last change
on this file since 452 was
452,
checked in by mulligan, 10 years ago
|
Added function to interface.
|
File size:
527 bytes
|
Rev | Line | |
---|
[122] | 1 | open BitVectors;; |
---|
| 2 | open ASM;; |
---|
[130] | 3 | open Parser;; |
---|
[122] | 4 | |
---|
[141] | 5 | exception WrongFormat of string |
---|
| 6 | |
---|
[140] | 7 | type intel_hex_format |
---|
[122] | 8 | |
---|
[140] | 9 | val string_of_intel_hex_format: intel_hex_format -> string |
---|
| 10 | val prs_intel_hex_format: intel_hex_format parser |
---|
[122] | 11 | |
---|
[138] | 12 | val intel_hex_of_file: string -> intel_hex_format |
---|
[444] | 13 | val file_of_intel_hex: string -> intel_hex_format -> unit |
---|
[138] | 14 | val process_intel_hex: intel_hex_format -> Physical.WordMap.map |
---|
[443] | 15 | |
---|
| 16 | val pack_exported_code_memory: int -> int -> Physical.WordMap.map -> intel_hex_format |
---|
[452] | 17 | val file_of_intel_hex: string -> intel_hex_format -> unit |
---|
Note: See
TracBrowser
for help on using the repository browser.