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