summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c6
1 files changed, 5 insertions, 1 deletions
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"
"<pins> 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",