|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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 |
The compact iinc instruction.
Definition at line 134 of file bytecode.hpp.
| std::int8_t rpnx::cortado::iinc_instruction::amount {} |
Signed increment.
Definition at line 138 of file bytecode.hpp.
| std::uint8_t rpnx::cortado::iinc_instruction::index {} |
Local int slot to update.
Definition at line 137 of file bytecode.hpp.
|
staticconstexpr |
Definition at line 136 of file bytecode.hpp.