You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
165 B

/* debug.h */
#define DEBUG_ASCII 0x01
#define DEBUG_HEX 0x02
void hexdump(void *buffer, uint32 length, bool8 text);
void debugbreak(void);
void debugret(void);