nand2tetris/projects/09/Square/Main.vm

12 lines
174 B
Plaintext

function Main.main 1
call SquareGame.new 0
pop local 0
push local 0
call SquareGame.run 1
pop temp 0
push local 0
call SquareGame.dispose 1
pop temp 0
push constant 0
return