Contents | Prev | Next | Index

pop2

Operation
Pop top two operand stack word

pop2
s

Forms
pop2 = 88 (0x58)

Stack
..., word2, word1 ...

Description
The top two words are popped from the operand stack.

The pop2 instruction must not be used unless each of word word1 and word2 is a word that contains a 32-bit data types or together are the two words of a single 64-bit datum.

Notes
Except for restrictions preserving the integrity of 64-bit data types, the pop2 instruction operates on raw words, ignoring the types of the data they contain.


Contents | Prev | Next | Index

Java Virtual Machine Specification (HTML generated by dkramer on February 25, 1997)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com