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

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
 

Detailed Description

template<opcode Operation>
struct rpnx::cortado::signed_short_instruction< Operation >

A signed two-byte immediate instruction.

Definition at line 81 of file bytecode.hpp.

Member Data Documentation

◆ operation

template<opcode Operation>
opcode rpnx::cortado::signed_short_instruction< Operation >::operation = Operation
staticconstexpr

Definition at line 83 of file bytecode.hpp.

◆ value

template<opcode Operation>
std::int16_t rpnx::cortado::signed_short_instruction< Operation >::value {}

Immediate operand in host signed representation.

Definition at line 84 of file bytecode.hpp.


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