#include <cstdint>#include <map>#include <string>#include <vector>#include "absl/strings/str_format.h"#include "app/emu/cpu/cpu.h"#include "app/gfx/core/bitmap.h"#include "app/gui/core/icons.h"#include "app/rom.h"#include "imgui/imgui.h"Go to the source code of this file.
Classes | |
| struct | yaze::emu::debug::DisassemblyEntry |
| Represents a single disassembled instruction with metadata. More... | |
| class | yaze::emu::debug::DisassemblyViewer |
| Advanced disassembly viewer with sparse storage and interactive features. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::emu |
| SNES Emulation and debugging tools. | |
| namespace | yaze::emu::debug |