aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple_return.gsa
blob: dd48fe2801c7c82dcdbb6f396d97bf2239c64370 (plain)
1
2
3
4
5
6
7
8
main() {
    5:	nop
    4:	nop
    3:	x6 = 5
    2:	x10 = x6
    1:	return x10
}