package jasmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Jasmin.PrintASMSource

Sourcetype asm_element =
  1. | Header of string * string list
  2. | Label of string
  3. | Dwarf of string
  4. | Instr of string * string list
  5. | Comment of string
  6. | Byte of string

Assembly code type. Common interface produced by all existing architectures

Sourceval pp_asm : Format.formatter -> asm_element list -> unit

Pretty print assembly code