|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
A signed two-byte immediate instruction. More...
#include <bytecode.hpp>
Public Attributes | |
| std::int16_t | value {} |
| Immediate operand in host signed representation. | |
Static Public Attributes | |
| static constexpr opcode | operation = Operation |
A signed two-byte immediate instruction.
Definition at line 81 of file bytecode.hpp.
|
staticconstexpr |
Definition at line 83 of file bytecode.hpp.
| std::int16_t rpnx::cortado::signed_short_instruction< Operation >::value {} |
Immediate operand in host signed representation.
Definition at line 84 of file bytecode.hpp.