99.

prev next contents
isub

subtract two integers

Jasmin Syntax
     isub 
Stack

Before

After
value1
result
value2
...
...

Description

Pops two ints off the operand stack, subtracts the top one from the second (i.e. computes value2 - value1), and pushes the int result back onto the stack.

Bytecode

Type

Description
u1
isub opcode = 0x64 (100)
See Also

lsub, fsub, dsub


prev next contents
Java Virtual Machine, by Jon Meyer and Troy Downing, O'Reilly Associates


Java Virtual Machine
Java Virtual Machine (Java Series)
ISBN: 1565921941
EAN: 2147483647
Year: 1996
Pages: 171

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net