psuh
This commit is contained in:
@ -1,8 +1,16 @@
|
||||
1: func : test
|
||||
2: $t0 = 1
|
||||
3: y = $t0
|
||||
4: $t1 = 3
|
||||
5: x = $t1
|
||||
6: $t2 = x / y
|
||||
7: y = $t2
|
||||
8: return : y
|
||||
1: func_dec : entry
|
||||
2: func : entry
|
||||
3: $t0 = 24
|
||||
4: Label : 1
|
||||
5: x = $t0
|
||||
6: $t1 = 3
|
||||
7: Label : 2
|
||||
8: y = $t1
|
||||
9: $t2 = x / y
|
||||
10: Label : 3
|
||||
11: y = $t2
|
||||
12: param y
|
||||
13: call : printInteger 1
|
||||
14: Label : 4
|
||||
15: result = $t3
|
||||
16: return : y
|
||||
|
Reference in New Issue
Block a user