FreeCalypso > hg > freecalypso-reveng
diff ticoff/main.c @ 111:0f94d17899b3
tiobjd: disassembly integrated, no relocs or hints yet
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 03 Apr 2014 05:14:15 +0000 |
parents | e650fdc743fe |
children | 2c6b1319383b |
line wrap: on
line diff
--- a/ticoff/main.c Thu Apr 03 03:03:41 2014 +0000 +++ b/ticoff/main.c Thu Apr 03 05:14:15 2014 +0000 @@ -10,6 +10,7 @@ #include "globals.h" extern int cmd_basics(); +extern int cmd_disasm(); extern int cmd_nm(); extern int cmd_profile(); extern int cmd_rawrel(); @@ -23,6 +24,7 @@ int (*func)(); } cmdtab[] = { {"basics", cmd_basics}, + {"disasm", cmd_disasm}, {"dumpsym", cmd_symtab}, /* backward compat */ {"hdr", dump_filehdr_info}, {"nm", cmd_nm},