You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.0 KiB
59 lines
1.0 KiB
PROGRAM{ |
|
DECLPROC __tact_verify_address |
|
DECLPROC __tact_store_address |
|
DECLPROC __tact_store_address_opt |
|
DECLPROC __gen_write_Linker |
|
DECLPROC $__gen_Linker_init |
|
107886 DECLMETHOD init |
|
DECLPROC main |
|
__tact_verify_address PROCINLINE:<{ |
|
SBITS |
|
267 PUSHINT |
|
NEQ |
|
136 THROWIFNOT |
|
}> |
|
__tact_store_address PROCINLINE:<{ |
|
STSLICER |
|
}> |
|
__tact_store_address_opt PROCINLINE:<{ |
|
DUP |
|
ISNULL |
|
IF:<{ |
|
DROP |
|
0 PUSHINT |
|
SWAP |
|
2 STU |
|
}>ELSE<{ |
|
__tact_store_address INLINECALLDICT |
|
}> |
|
}> |
|
__gen_write_Linker PROCINLINE:<{ |
|
s3 s4 XCHG2 |
|
257 PUSHINT |
|
STIX |
|
SWAP |
|
__tact_store_address INLINECALLDICT |
|
SWAP |
|
__tact_store_address INLINECALLDICT |
|
NEWC |
|
ROT |
|
__tact_store_address_opt INLINECALLDICT |
|
ENDC |
|
SWAP |
|
STREF |
|
}> |
|
$__gen_Linker_init PROC:<{ |
|
PUSHNULL |
|
s0 s4 XCHG |
|
NEWC |
|
STREF |
|
s2 s4 XCHG2 |
|
__gen_write_Linker INLINECALLDICT |
|
ENDC |
|
}> |
|
init PROC:<{ |
|
$__gen_Linker_init CALLDICT |
|
}> |
|
main PROC:<{ |
|
}> |
|
}END>c
|
|
|