Started implementing the debugger.
This commit is contained in:
2
parser.h
2
parser.h
@@ -77,5 +77,7 @@ enum OPS {
|
||||
void parser_parse(const char* buffer, unsigned char* mem);
|
||||
const int parser_get_codesize();
|
||||
const int parser_get_memory_usage();
|
||||
unsigned short* parser_get_lines();
|
||||
|
||||
void parser_register_external_function(const char* name, const int num_parameters);
|
||||
void parser_register_constant(const char* name, const unsigned char value);
|
||||
Reference in New Issue
Block a user