FreeCalypso > hg > freecalypso-sw
changeset 959:21be17067eb2
c139explore: dump command added
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 04 Nov 2015 20:54:23 +0000 |
parents | 4bbe1db8efbe |
children | 120148429b9f |
files | target-utils/c139explore/cmdtab.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/target-utils/c139explore/cmdtab.c Wed Nov 04 20:52:26 2015 +0000 +++ b/target-utils/c139explore/cmdtab.c Wed Nov 04 20:54:23 2015 +0000 @@ -20,12 +20,14 @@ extern void abb_init(); extern void abb_power_off(); +extern void cmd_memdump_human(); const struct cmdtab cmdtab[] = { {"abbinit", abb_init}, {"abbr", cmd_abbr}, {"abbw", cmd_abbw}, {"dbl", cmd_dbl}, + {"dump", cmd_memdump_human}, {"hbars", cmd_hbars}, {"jump", cmd_jump}, {"kpbl", cmd_kpbl},