v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
Functions
VM State Logging

Functions

void v6502_printCpuState (FILE *out, v6502_cpu *cpu)
 Prints the current states and values of the CPU's registers.
 
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.
 
void v6502_printBreakpointList (v6502_breakpoint_list *list)
 Neatly prints the contents of a v6502_breakpoint_list.
 

Detailed Description