Module Asm_targets
module Asm_directives : sig ... endAbstraction layer for the emission of assembly directives that conceals many intricate details differing between target systems.
module Asm_directives_dwarf : sig ... endmodule Asm_label : sig ... endA label in a specific section within the assembly stream. They may be either numeric or textual. (Numeric ones are converted to textual ones by this module.) The argument to String should not include any platform-specific prefix (such as "L", ".L", etc).
module Asm_section : sig ... endRepresentation of object file sections.
module Asm_symbol : sig ... end