逆アセンブル出力と、マシンコードモニター機能の修正
[YACASL2.git] / include / monitor.h
index 3530061..9a83f88 100644 (file)
@@ -7,7 +7,7 @@
 #include "hash.h"
 #include "cmem.h"
 #include "cerr.h"
-#include "exec.h"
+#include "disassemble.h"
 #include "word.h"
 
 /**
@@ -130,4 +130,11 @@ bool delbps(WORD adr);
  */
 void freebps();
 
+/**
+ * @brief COMET IIモニターを起動する
+ *
+ * @return なし
+ */
+void monitor();
+
 #endif        /* end of MONITOR_INCLUDE */