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

A two-byte branch instruction. More...

#include <bytecode.hpp>

Public Attributes

branch_displacement16 displacement
 Target displacement relative to this instruction's opcode.
 

Static Public Attributes

static constexpr opcode operation = Operation
 

Detailed Description

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

A two-byte branch instruction.

Definition at line 117 of file bytecode.hpp.

Member Data Documentation

◆ displacement

template<opcode Operation>
branch_displacement16 rpnx::cortado::branch16_instruction< Operation >::displacement

Target displacement relative to this instruction's opcode.

Definition at line 120 of file bytecode.hpp.

◆ operation

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

Definition at line 119 of file bytecode.hpp.


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