..., value => ...value should be an integer. Local variable vindex in the current Java frame is set to value.
..., value => ...Forms: istore_0 = 59, istore_1 = 60, istore_2 = 61, istore_3 = 62
value should be an integer. Local variable <n> in the current Java frame is set to value.
This instruction is the same as istore with a vindex of <n>, except that the operand <n> is implicit.
..., value-word1, value-word2 => ...value should be a long integer. Local variables vindex and vindex+1 in the current Java frame are set to value.
..., value-word1, value-word2 => ...Forms: lstore_0 = 63, lstore_1 = 64, lstore_2 = 65, lstore_3 = 66
value should be a long integer. Local variables <n> and <n>+1 in the current Java frame are set to value.
This instruction is the same as lstore with a vindex of <n>, except that the operand <n> is implicit.
..., value => ...value should be a single precision floating point number. Local variable vindex in the current Java frame is set to value.
..., value => ...Possible Instructions:
fstore_0 = 67, fstore_1 = 68, fstore_2 = 69, fstore_3 = 70
value should be a single precision floating point number. Local variable <n> in the current Java frame is set to value.
This instruction is the same as fstore with a vindex of <n>, except that the operand <n> is implicit.
..., value-word1, value-word2 => ...value should be a double precision floating point number. Local variables vindex and vindex+1 in the current Java frame are set to value.
..., value-word1, value-word2 => ...Forms: dstore_0 = 71, dstore_1 = 72, dstore_2 = 73, dstore_3 = 74
value should be an double precision floating point number. Local variables <n> and <n>+1 in the current Java frame are set to value.
This instruction is the same as dstore with a vindex of <n>, except that the operand <n> is implicit.
..., value => ...value should be a handle to an array or to an object. Local variable vindex in the current Java frame is set to value.
..., value => ...Forms: astore_0 = 75, astore_1 = 76, astore_2 = 77, astore_3 = 78
value should be a handle to an array or to an object. Local variable <n> in the current Java frame is set to value.
This instruction is the same as astore with a vindex of <n>, except that the operand <n> is implicit.
no changeLocal variable vindex in the current Java frame should contain an integer. Its value is incremented by the value const, where const is treated as a signed 8-bit quantity.
Generated with CERN WebMaker