nand-to-tetris/vmprog/Sys.vm
2018-03-04 14:18:45 -06:00

6 lines
59 B
Plaintext

function Sys.init 0
call Main.main 0
label halt
goto halt