From 64c981385b63006523ebafeb24bdf895ee290475 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 7 Jul 2001 20:46:57 +0000 Subject: timing command --- mixlib/mix_vm_command.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mixlib/mix_vm_command.h') diff --git a/mixlib/mix_vm_command.h b/mixlib/mix_vm_command.h index b1c6839..40bb7e8 100644 --- a/mixlib/mix_vm_command.h +++ b/mixlib/mix_vm_command.h @@ -41,7 +41,11 @@ typedef enum { MIX_CMD_HELP = 0, /* echo help message */ MIX_CMD_LOAD, /* load a mix program */ MIX_CMD_EDIT, /* edit mixal source */ + MIX_CMD_PEDIT, /* print editor command */ + MIX_CMD_SEDIT, /* set editor command*/ MIX_CMD_COMPILE, /* compile mixal source */ + MIX_CMD_PASM, /* print compiler command */ + MIX_CMD_SASM, /* set assembler command */ MIX_CMD_RUN, /* run a loaded program */ MIX_CMD_NEXT, /* run next instruction */ MIX_CMD_LOC, /* print location pointer */ @@ -62,7 +66,8 @@ typedef enum { MIX_CMD_CABP, /* clear all breakpoints */ MIX_CMD_WEVAL, /* evaluate a w-expression */ MIX_CMD_W2D, /* print word in decimal notation */ - MIX_CMD_TRACE, /* enable/disable instruction traces */ + MIX_CMD_TRACING, /* enable/disable instruction traces */ + MIX_CMD_TIMING, /* enable/disable timing statistics */ MIX_CMD_INVALID, /* invalid command identifier */ } mix_vm_command_t; -- cgit v1.2.3