% Push int Constant

meth iconst_0 =^ ( ·

var D : DataInfoInt ·

var CurrentFrame : FrameInfo ·

TopFrame.GetFrame(CurrentFrame);

% Setting the constant onto the Operand stack

D.SetInfo(0);

currentFrame.Push (D);

TopFrame.SetFrame(CurrentFrame);

end end

)

end