Merge branch
[YACASL2.git] / include / monitor.h
index 3530061..b2f648e 100644 (file)
@@ -4,10 +4,11 @@
 #include <stdio.h>
 #include <string.h>
 #include <assert.h>
+#include "assemble.h"
 #include "hash.h"
 #include "cmem.h"
 #include "cerr.h"
-#include "exec.h"
+#include "disassemble.h"
 #include "word.h"
 
 /**
@@ -130,4 +131,11 @@ bool delbps(WORD adr);
  */
 void freebps();
 
+/**
+ * @brief COMET IIモニターを起動する
+ *
+ * @return なし
+ */
+void monitor();
+
 #endif        /* end of MONITOR_INCLUDE */