Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 11:0a82ef380c45
prev10:c898b37506e0
next30:89b30313d757
author nkeynes
date Sat Dec 24 03:33:08 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Fixup include paths + typo for structure changes
view annotate diff log raw
     1 #ifndef sh4dasm_H
     2 #define sh4dasm_H 1
     4 #include "disasm.h"
     6 #ifdef __cplusplus
     7 extern "C" {
     8 #endif
    10 #include <stdio.h>
    12 uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char * );
    13 void sh4_disasm_region( FILE *f, int from, int to, int load_addr );
    15 extern const struct cpu_desc_struct sh4_cpu_desc;
    17 #ifdef __cplusplus
    18 }
    19 #endif
    21 #endif
.