sim: highlight for instr
[calu.git] / 3b_sim / ccpu.hpp
index 11f615212b9c32ea4e5798cc3da5f11e64a313ec..4a8724004733e5812d3006f57bb4ede00e7ad5c5 100644 (file)
@@ -9,6 +9,7 @@
 
 class Iinstr;
 
+#include <boost/regex.hpp>
 #include "Iinstr.hpp"
 
 
@@ -63,6 +64,8 @@ class CCpu {
                int getStack() const;
                void setStack(const int);
 
+               string colorifyInstr(string instr);
+
                CCpu(int,int,int);
 
 };