LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
libxenon
drivers
xenon_post
xenon_post.h
Go to the documentation of this file.
1
#ifndef __xenon_post_h
2
#define __xenon_post_h
3
#ifdef __ASSEMBLER__
4
#define POST(c) \
5
li %r3, c; \
6
sldi %r3, %r3, 56; \
7
lis %r4, 0x2006; \
8
ori %r4, %r4, 0x1010; \
9
std %r3, 0(%r4)
10
#else
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
#define POST(c) xenon_post(c)
17
18
void
xenon_post
(
char
post_code);
19
20
#ifdef __cplusplus
21
};
22
#endif
23
24
#endif
25
26
#endif
xenon_post
void xenon_post(char post_code)
Definition:
xenon_post.c:5
Generated by
1.9.5