X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/eb49471efdeb6b317afeffa9bc05b25cb7d7a72c..18d57acbf4ccd7220e59fe1f2ac1556837c5da83:/avr/command_tbl.c diff --git a/avr/command_tbl.c b/avr/command_tbl.c index 5a63e76..053b856 100644 --- a/avr/command_tbl.c +++ b/avr/command_tbl.c @@ -248,7 +248,11 @@ CMD_TBL_ITEM( "\n" " is a comma separated list of numbers or ranges, i.e. \"0,9,3-6\"\n" ), - +CMD_TBL_ITEM( + disasemble, 3, CTBL_RPT, do_disas, + "Disassemble from memory", + "address [# of lines]" +), CMD_TBL_ITEM( md, 3, CTBL_RPT, do_mem_md, "memory display",