X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/976db69ffa80c4d499e53f6f22c26d784fdac0a1..18d57acbf4ccd7220e59fe1f2ac1556837c5da83:/include/cmd_mem.h diff --git a/include/cmd_mem.h b/include/cmd_mem.h index 4b370cc..43710c8 100644 --- a/include/cmd_mem.h +++ b/include/cmd_mem.h @@ -11,6 +11,7 @@ command_ret_t do_mem_size(cmd_tbl_t *, uint_fast8_t, int, char * const []); command_ret_t do_mem_md(cmd_tbl_t *, uint_fast8_t, int, char * const []); +command_ret_t do_disas(cmd_tbl_t *, uint_fast8_t, int, char * const []); command_ret_t do_mem_mm(cmd_tbl_t *, uint_fast8_t, int, char * const []); command_ret_t do_mem_nm(cmd_tbl_t *, uint_fast8_t, int, char * const []); command_ret_t do_mem_mw(cmd_tbl_t *, uint_fast8_t, int, char * const []);