11 lines
161 B
Plaintext
Executable File
11 lines
161 B
Plaintext
Executable File
function Main.main 0
|
|
push constant 1
|
|
push constant 2
|
|
push constant 3
|
|
call Math.multiply 2
|
|
add
|
|
call Output.printInt 1
|
|
pop temp 0
|
|
push constant 0
|
|
return
|