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