]> matita.cs.unibo.it Git - pkg-cerco/acc-trusted.git/blob - ASMPrinter.ml
Control and copyright added.
[pkg-cerco/acc-trusted.git] / ASMPrinter.ml
1
2 (** This module provides a function to print [ASM] programs. *)
3
4 let print_program p =
5   let intel_hex =
6    IntelHex.pack_exported_code_memory 16 65535 p.Extracted.ASM.cm in
7   IntelHex.string_of_intel_hex_format intel_hex