.
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user