]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/cmd_mem.h
new command: dissassemle - Disassemble Z180 code from memory
[z180-stamp.git] / include / cmd_mem.h
index 4b370cc7b9985ef8966d37fdc9c3251c68afbfd4..43710c86fcaf95de3eac027059e66f0960aacd62 100644 (file)
@@ -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 []);