v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
Functions
Token Debugging

Functions

void as6502_showDotForLinkedList (as6502_token *head)
 Generates and opens a full dot graph of a given list (This is a super convenience function for fully automatic dot graph display of an entire as6502_token linked list)
 
void as6502_printDotForList (FILE *stream, as6502_token *head)
 Generates a full dot graph of a given linked list of as6502_token's (one entire source file)
 
void as6502_printDotRankForList (FILE *stream, as6502_token *head)
 Generates the dot code for a given rank of as6502_token's (one line of assembly)
 

Detailed Description