RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::wide_instruction Struct Reference

A complete wide-prefixed instruction. More...

#include <bytecode.hpp>

Public Attributes

wide_operand operand
 Modified local instruction encoded after the wide prefix.
 

Static Public Attributes

static constexpr opcode operation = opcode::wide
 

Detailed Description

A complete wide-prefixed instruction.

Definition at line 163 of file bytecode.hpp.

Member Data Documentation

◆ operand

wide_operand rpnx::cortado::wide_instruction::operand

Modified local instruction encoded after the wide prefix.

Definition at line 166 of file bytecode.hpp.

◆ operation

opcode rpnx::cortado::wide_instruction::operation = opcode::wide
staticconstexpr

Definition at line 165 of file bytecode.hpp.


The documentation for this struct was generated from the following file: