summaryrefslogtreecommitdiff
path: root/projects/11/Pong/Main.vm
blob: 94d76d773a3e2fbab3de2a8c8d69ee5de40af124 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
function Main.main 1
call PongGame.newInstance 0
pop temp 0
call PongGame.getInstance 0
pop local 0
push local 0
call PongGame.run 1
pop temp 0
push local 0
call PongGame.dispose 1
pop temp 0
push constant 0
return