yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
rom_debug_agent.cc File Reference
#include "cli/service/agent/rom_debug_agent.h"
#include <algorithm>
#include <iomanip>
#include <sstream>
#include "absl/strings/str_format.h"
#include "absl/strings/str_join.h"
#include "absl/strings/str_split.h"
#include "util/log.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::agent
 
namespace  yaze::cli::agent::anonymous_namespace{rom_debug_agent.cc}
 

Functions

std::string yaze::cli::agent::anonymous_namespace{rom_debug_agent.cc}::FormatSnesAddress (uint32_t address)
 
bool yaze::cli::agent::anonymous_namespace{rom_debug_agent.cc}::IsBranchOrJump (uint8_t opcode)
 
bool yaze::cli::agent::anonymous_namespace{rom_debug_agent.cc}::IsReturn (uint8_t opcode)
 
bool yaze::cli::agent::anonymous_namespace{rom_debug_agent.cc}::ModifiesStack (uint8_t opcode)