libkovan  1
The kovan standard library
debug.h
Go to the documentation of this file.
1 #ifndef _DEBUG_H_
2 #define _DEBUG_H_
3 
4 #include "export.h"
5 
6 #include <string.h>
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
13 
14 EXPORT_SYM unsigned short register_value(unsigned short addy);
15 
16 EXPORT_SYM int debug_dump_data(const unsigned char *const data, const size_t size, const char *const where);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif
EXPORT_SYM int debug_dump_data(const unsigned char *const data, const size_t size, const char *const where)
EXPORT_SYM unsigned short register_value(unsigned short addy)
#define EXPORT_SYM
Definition: export.h:7
EXPORT_SYM void debug_print_registers()