6 lines
58 B
Text
6 lines
58 B
Text
|
|
invoke multiply, 6, 16
|
||
|
|
;or..
|
||
|
|
push 16
|
||
|
|
push 6
|
||
|
|
call multiply
|