sput<kind>

Purpose

Perform the identified object static field operation with the identified static field, loading or storing into the value register.

Note: These opcodes are reasonable candidates for static linking, altering the field argument to be a more direct offset.

Details

Op & Format Mnemonic / Syntax Arguments
67..6d 21c sstaticop vAA, field@BBBB
67: sput
68: sput-wide
69: sput-object
6a: sput-boolean
6b: sput-byte
6c: sput-char
6d: sput-short
A: source value register or pair; (8 bits)
B: static field reference index (16 bits)

Constraints

Behavior

Exceptions