Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 1:eea311cfd33e
next9:2784c7660165
author nkeynes
date Sat Oct 02 05:49:39 2004 +0000 (18 years ago)
permissions -rw-r--r--
last change compile fix
view annotate diff log raw
     1 #ifndef sh4dasm_H
     2 #define sh4dasm_H 1
     4 #ifdef __cplusplus
     5 extern "C" {
     6 #if 0
     7 }
     8 #endif
     9 #endif
    11 #include <stdio.h>
    13 int sh4_disasm_instruction( int pc, char *buf, int len );
    14 void sh4_disasm_region( FILE *f, int from, int to, int load_addr );
    16 #ifdef __cplusplus
    17 }
    18 #endif
    20 #endif
.