17 lines
297 B
Plaintext
17 lines
297 B
Plaintext
1: func_dec : entry
|
|
2: func : entry
|
|
3: $t0 = 1
|
|
4: x = $t0
|
|
5: $t1 = 2
|
|
6: y = $t1
|
|
7: $t2 = x < y
|
|
8: if $t2 True GOTO 1
|
|
9: GOTO : 1
|
|
10: Label : 1
|
|
11: b = $t2
|
|
12: param b
|
|
13: call : printBoolean 1
|
|
14: result = $t3
|
|
15: $t4 = 1
|
|
16: return : $t4
|