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

13 lines
222 B
Plaintext

1: func_dec : entry
2: func : entry
3: $t0 = 3
4: x = $t0
5: $t1 = 20
6: y = $t1
7: $t2 = x * y
8: y = $t2
9: param y
10: call : printInteger 1
11: result = $t3
12: return : y