Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 1300:d18488c8668b
prev1065:bc1cc0c54917
author nkeynes
date Wed May 27 08:46:29 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Add support for extracting the ELF symbol table and printing symbol names
alongside the SH4 disassembly
file annotate diff log raw
1.1 --- a/src/sh4/sh4dasm.h Sun Jul 05 13:52:50 2009 +1000
1.2 +++ b/src/sh4/sh4dasm.h Wed May 27 08:46:29 2015 +1000
1.3 @@ -29,6 +29,7 @@
1.4
1.5 uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char * );
1.6 void sh4_disasm_region( FILE *f, int from, int to );
1.7 +const char *sh4_disasm_get_symbol( sh4addr_t addr );
1.8
1.9 #ifdef __cplusplus
1.10 }
.