yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::core::AsarSymbol Struct Reference

Symbol information extracted from Asar assembly. More...

#include <asar_wrapper.h>

Public Attributes

std::string name
 
uint32_t address
 
std::string opcode
 
std::string file
 
int line
 
std::string comment
 

Detailed Description

Symbol information extracted from Asar assembly.

Definition at line 19 of file asar_wrapper.h.

Member Data Documentation

◆ name

std::string yaze::core::AsarSymbol::name

◆ address

uint32_t yaze::core::AsarSymbol::address

◆ opcode

std::string yaze::core::AsarSymbol::opcode

◆ file

std::string yaze::core::AsarSymbol::file

◆ line

int yaze::core::AsarSymbol::line

◆ comment

std::string yaze::core::AsarSymbol::comment

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