libwallaby  v24
The wallaby standard library
debug.h
Go to the documentation of this file.
1 /*
2  * debug.h
3  *
4  * Created on: Nov 13, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_DEBUG_H_
9 #define INCLUDE_WALLABY_DEBUG_H_
10 
11 
12 #include "export.h"
13 
14 #include <string.h>
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
21 
22 EXPORT_SYM unsigned short register_value(unsigned short addy);
23 
24 EXPORT_SYM int debug_dump_data(const unsigned char *const data, const size_t size, const char *const where);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 
31 #endif /* INCLUDE_WALLABY_DEBUG_H_ */
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:14
EXPORT_SYM void debug_print_registers()