Ast.Instrtype t += | Nop| Label of stringlabel:
| Assign of Loc.t loc * Expr.t loclval := rval
| Undef of Loc.t loclval := undef
| Nondet of Loc.t loclval := nondet
| Assume of Expr.t locassume rval
| Assert of Expr.t locassert rval
| If of Expr.t loc * stringif rval then goto label
| Goto of stringgoto label
| Jump of Expr.t locjump at rval
| Haltval nop : tval label : string -> tval goto : string -> tval halt : tval pp : Format.formatter -> t -> unitval register_pp : (Format.formatter -> t -> bool) -> unit