mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
* Asm.fif improvements (#631) Add missing opcodes, CUSTOMOP, disallow 256 PUSHPOW256, recursive PROGRAM, require-asm-fif-version * Fix nested PROGRAM, add test * Simplify require-asm-fif-version --------- Co-authored-by: EmelyanenkoK <emelyanenko.kirill@gmail.com>
This commit is contained in:
parent
fbb1e548f7
commit
4d5ded5761
4 changed files with 198 additions and 1 deletions
|
@ -126,3 +126,7 @@ TEST(Fift, test_fiftext) {
|
|||
TEST(Fift, test_namespaces) {
|
||||
run_fift("namespaces.fif");
|
||||
}
|
||||
|
||||
TEST(Fift, test_asm_nested_program) {
|
||||
run_fift("asm-nested-program.fif");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue