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

A signed 16-bit branch displacement relative to an instruction opcode. More...

#include <bytecode.hpp>

Public Attributes

std::int16_t value {}
 Signed bytes from the branch opcode to its target opcode.
 

Detailed Description

A signed 16-bit branch displacement relative to an instruction opcode.

Definition at line 43 of file bytecode.hpp.

Member Data Documentation

◆ value

std::int16_t rpnx::cortado::branch_displacement16::value {}

Signed bytes from the branch opcode to its target opcode.

Definition at line 45 of file bytecode.hpp.


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