Files
compiler-the-translators/tests/sprint4/expected/sp4_cg_sub.ir.exp
2025-05-06 22:35:26 -04:00

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