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
12
EXPORT_SYM
void
debug_print_registers
();
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.h
debug_dump_data
EXPORT_SYM int debug_dump_data(const unsigned char *const data, const size_t size, const char *const where)
register_value
EXPORT_SYM unsigned short register_value(unsigned short addy)
EXPORT_SYM
#define EXPORT_SYM
Definition:
export.h:7
debug_print_registers
EXPORT_SYM void debug_print_registers()
include
kovan
debug.h
Generated on Tue Aug 30 2016 08:52:43 for libkovan by
1.8.9.1