mirror of
https://github.com/usatiuk/nand2tetris.git
synced 2025-10-28 16:17:48 +01:00
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
function Main.main 1
|
|
call Game.new 0
|
|
pop local 0
|
|
push local 0
|
|
call Game.loop 1
|
|
pop temp 0
|
|
push constant 0
|
|
return
|