summaryrefslogtreecommitdiff
path: root/projects/11/Seven/Main.vm
blob: a209c18872ead44f487af536db0a8b580fd121d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
function Main.main 0
push constant 1
push constant 2
push constant 3
call Math.multiply 2
add
call Output.printInt 1
pop temp 0
push constant 0
return