Java Virtual Machine (Java Series)

prev next contents
nop

do nothing

Jasmin Syntax

nop Stack

Before

After
... ...
Description

This instruction has no effect - compilers sometimes generate nop's for debugging, testing or timing purposes.

Example

nop ; do nothing

Bytecode

Type

Description
u1 nop opcode = 0x0 (0)


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

Категории