UNPKG

ton-assembly

Version:

TON assembler and disassembler

21 lines 1.05 kB
import type * as $ from "./util"; import type * as c from "./fift-instr-constructors"; export declare const fPUSHINT: $.Type<c.fPUSHINT>; export declare const fPUSH: $.Type<c.fPUSH>; export declare const fPOP: $.Type<c.fPOP>; export declare const fPUSHSLICE: $.Type<c.fPUSHSLICE>; export declare const fPUSHCONT: $.Type<c.fPUSHCONT>; export declare const fSTSLICECONST: $.Type<c.fSTSLICECONST>; export declare const fXCHG: $.Type<c.fXCHG>; export declare const fPUSHINTX: $.Type<c.fPUSHINTX>; export declare const fSDBEGINS: $.Type<c.fSDBEGINS>; export declare const fSDBEGINSQ: $.Type<c.fSDBEGINSQ>; export declare const fCALLXARGS: $.Type<c.fCALLXARGS>; export declare const fCALLDICT: $.Type<c.fCALLDICT>; export declare const fJMPDICT: $.Type<c.fJMPDICT>; export declare const fPREPAREDICT: $.Type<c.fPREPAREDICT>; export declare const fTHROW: $.Type<c.fTHROW>; export declare const fTHROWIF: $.Type<c.fTHROWIF>; export declare const fTHROWIFNOT: $.Type<c.fTHROWIFNOT>; export declare const fIF: $.Type<c.fIF>; //# sourceMappingURL=fift-instr.d.ts.map