psuh
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
1: func : test
|
||||
2: $t0 = true
|
||||
3: c = $t0
|
||||
4: $t1 = !c
|
||||
5: d = $t1
|
||||
6: $t2 = 1
|
||||
7: return : $t2
|
||||
1: func_dec : entry
|
||||
2: func : entry
|
||||
3: $t0 = true
|
||||
4: Label : 1
|
||||
5: c = $t0
|
||||
6: Label : 2
|
||||
7: d = $t1
|
||||
8: param d
|
||||
9: call : printBoolean 1
|
||||
10: Label : 3
|
||||
11: result = $t2
|
||||
12: $t3 = 1
|
||||
13: return : $t3
|
||||
|
Reference in New Issue
Block a user