Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 1:eea311cfd33e
next9:2784c7660165
author nkeynes
date Sat Aug 21 06:15:49 2004 +0000 (19 years ago)
permissions -rw-r--r--
last change Commit changes into cvs
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/sh4/sh4dasm.h Sat Aug 21 06:15:49 2004 +0000
1.3 @@ -0,0 +1,20 @@
1.4 +#ifndef sh4dasm_H
1.5 +#define sh4dasm_H 1
1.6 +
1.7 +#ifdef __cplusplus
1.8 +extern "C" {
1.9 +#if 0
1.10 +}
1.11 +#endif
1.12 +#endif
1.13 +
1.14 +#include <stdio.h>
1.15 +
1.16 +int sh4_disasm_instruction( int pc, char *buf, int len );
1.17 +void sh4_disasm_region( FILE *f, int from, int to, int load_addr );
1.18 +
1.19 +#ifdef __cplusplus
1.20 +}
1.21 +#endif
1.22 +
1.23 +#endif
.