yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
hex_inspector_commands.cc File Reference
#include "cli/handlers/tools/hex_inspector_commands.h"
#include <iostream>
#include <iomanip>
#include <vector>
#include "absl/strings/str_format.h"
#include "absl/strings/numbers.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h"
#include "rom/rom.h"
#include "cli/service/resources/command_context.h"

Go to the source code of this file.

Classes

struct  yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::AnnotatedField
 
struct  yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::DataStructure
 

Namespaces

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

Enumerations

enum class  yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::AddressMode { yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::kPc , yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::kSnes }
 

Functions

std::string yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::PcToSnesLoRom (int pc_addr)
 
int yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::SnesToPcLoRom (int bank, int addr)
 
void yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::PrintHexDump (const std::vector< uint8_t > &data, int offset, int size, AddressMode mode, resources::OutputFormatter &formatter)
 
void yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::PrintAnnotatedStructure (const DataStructure &structure, const std::vector< uint8_t > &data, int offset)
 

Variables

const DataStructure yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::kSnesHeaderStructure
 
const DataStructure yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::kRoomHeaderStructure
 
const DataStructure yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::kSpriteStructure
 
const DataStructure yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::kTile16Structure