Slide 18
Slide 18 text
PUSH
Pushes value on the top of the stack.
push value from local variable table on the top of stack, and it
takes form of PUSH #index, where index is zero based index
from local variable table, we ommit type information as this will be
inferred from local variable table,
push constant on the top of the stack, PUSH @type value, where
type denotes type, and value is value. This way we can push
literals, like integers,