jasmin.jasmin
Jasmin.PrintASM
jasmin.linter
jasmin.uint63
jasmin.uint63-js
jasmin.uint63-native
type asm_element =
| Header of string * string list
| Label of string
| Dwarf of string
| Instr of string * string list
| Comment of string
| Bytes of string list
Assembly code type. Common interface produced by all existing architectures
val pp_asm : Format.formatter -> asm_element list -> unit
Pretty print assembly code