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