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

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
 

Detailed Description

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

A signed one-byte immediate instruction.

Definition at line 72 of file bytecode.hpp.

Member Data Documentation

◆ operation

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

Definition at line 74 of file bytecode.hpp.

◆ value

template<opcode Operation>
std::int8_t rpnx::cortado::signed_byte_instruction< Operation >::value {}

Immediate operand in host signed representation.

Definition at line 75 of file bytecode.hpp.


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