jasmin.jasmin
Jasmin.Arch_full
jasmin.linter
jasmin.uint63
jasmin.uint63-js
jasmin.uint63-native
type 'a callstyle =
| StackDirect
| ByReg of {
call : 'a option;
return : bool;
}
module type Core_arch = sig ... end
module type Arch = sig ... end
module Arch_from_Core_arch (A : Core_arch) : Arch with type reg = A.reg and type regx = A.regx and type xreg = A.xreg and type rflag = A.rflag and type cond = A.cond and type asm_op = A.asm_op and type extra_op = A.extra_op