open BitVectors;; open ASM;; open Parser;; exception WrongFormat of string type intel_hex_format val string_of_intel_hex_format: intel_hex_format -> string val prs_intel_hex_format: intel_hex_format parser val intel_hex_of_file: string -> intel_hex_format val process_intel_hex: intel_hex_format -> Physical.WordMap.map