13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
1: func_dec : entry
|
|
2: func : entry
|
|
3: $t0 = 1
|
|
4: y = $t0
|
|
5: $t1 = 3
|
|
6: x = $t1
|
|
7: $t2 = x + y
|
|
8: y = $t2
|
|
9: param y
|
|
10: call : printInteger 1
|
|
11: result = $t3
|
|
12: return : y
|