Up

module Emitcode

: sig
#
val to_file : Pervasives.out_channel -> string -> string -> Instruct.instruction list -> unit
#
val to_memory : Instruct.instruction list -> Instruct.instruction list -> bytes * int * (Cmo_format.reloc_info * int) list
#
val to_packed_file : Pervasives.out_channel -> Instruct.instruction list -> (Cmo_format.reloc_info * int) list
#
val reset : unit -> unit
end