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

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

#include <bytecode.hpp>

Public Attributes

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

Detailed Description

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

Definition at line 50 of file bytecode.hpp.

Member Data Documentation

◆ value

std::int32_t rpnx::cortado::branch_displacement32::value {}

Signed bytes from the branch opcode to its target opcode.

Definition at line 52 of file bytecode.hpp.


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