From 486ac3c0a90b05be5af4b82801ef325e83241057 Mon Sep 17 00:00:00 2001 From: Dan Bornstein Date: Wed, 23 Mar 2011 15:26:58 -0700 Subject: Removing inaccurate and unmaintained docs. Change-Id: Ifef37063e844e4eb9ccc8111a1f1263fe26bd517 --- docs/opcodes/opcode-67-sput.html | 108 --------------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 docs/opcodes/opcode-67-sput.html (limited to 'docs/opcodes/opcode-67-sput.html') diff --git a/docs/opcodes/opcode-67-sput.html b/docs/opcodes/opcode-67-sput.html deleted file mode 100644 index b4d88bba3..000000000 --- a/docs/opcodes/opcode-67-sput.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -sput<kind> - - - - - -

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 & FormatMnemonic / SyntaxArguments
67..6d 21csstaticop 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

- - - - - -- cgit v1.2.3