void v6502_printCpuState(FILE *out, v6502_cpu *cpu)
Prints the current states and values of the CPU's registers.
Definition: log.c:29
void v6502_printBreakpointList(v6502_breakpoint_list *list)
Neatly prints the contents of a v6502_breakpoint_list.
Definition: log.c:60
Virtual CPU Object.
Definition: cpu.h:35
void v6502_printMemoryRange(v6502_memory *memory, uint16_t start, uint16_t len)
Neatly prints a 52 column wide hex dump of a specified memory range.
Definition: log.c:43
Breakpoint List Object.
Definition: breakpoint.h:34
Virtual Memory Object.
Definition: mem.h:119