Files
nand2tetris/projects/11/Pong/Main.vm
T
QkoSad 7894b48931 .
2025-07-16 13:00:37 +03:00

14 lines
228 B
Plaintext
Executable File

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