Mon 16 Mar 11:09:06 CET 2026
This commit is contained in:
parent
9daf282626
commit
0b0de734f3
13
src/debug.h
Normal file
13
src/debug.h
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
#ifndef _DEBUG_H
|
||||||
|
#define _DEBUG_H
|
||||||
|
|
||||||
|
int CountCode(mem_t *M);
|
||||||
|
void PrintOp(op_t *,address_t addr);
|
||||||
|
int PrintCode(mem_t *);
|
||||||
|
void PrintEvents(events_t *E);
|
||||||
|
void PrintHeap(mem_t *);
|
||||||
|
void PrintLexerToken(lexer_t *);
|
||||||
|
void PrintStack(char *label,stack_t *);
|
||||||
|
void PrintState(reg_t *R);
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Reference in New Issue
Block a user