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

The compact iinc instruction. More...

#include <bytecode.hpp>

Public Attributes

std::uint8_t index {}
 Local int slot to update.
 
std::int8_t amount {}
 Signed increment.
 

Static Public Attributes

static constexpr opcode operation = opcode::iinc
 

Detailed Description

The compact iinc instruction.

Definition at line 134 of file bytecode.hpp.

Member Data Documentation

◆ amount

std::int8_t rpnx::cortado::iinc_instruction::amount {}

Signed increment.

Definition at line 138 of file bytecode.hpp.

◆ index

std::uint8_t rpnx::cortado::iinc_instruction::index {}

Local int slot to update.

Definition at line 137 of file bytecode.hpp.

◆ operation

opcode rpnx::cortado::iinc_instruction::operation = opcode::iinc
staticconstexpr

Definition at line 136 of file bytecode.hpp.


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