aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/instruction.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-02 18:53:21 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-02 18:53:21 +0200
commit2aa33db8be7397d39080e6ec96a9158e0c1e63e5 (patch)
tree92d26b194a6eba14bcc48bd88cd6f95299ed70f1 /qtmips_machine/instruction.h
parent7262d30e9e689aaacd7926c90d953ab86cd9cfa7 (diff)
downloadqtmips-2aa33db8be7397d39080e6ec96a9158e0c1e63e5.tar.gz
qtmips-2aa33db8be7397d39080e6ec96a9158e0c1e63e5.tar.bz2
qtmips-2aa33db8be7397d39080e6ec96a9158e0c1e63e5.zip
Simple highlighter for assembly language added.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/instruction.h')
-rw-r--r--qtmips_machine/instruction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtmips_machine/instruction.h b/qtmips_machine/instruction.h
index 76fca87..101d82f 100644
--- a/qtmips_machine/instruction.h
+++ b/qtmips_machine/instruction.h
@@ -38,6 +38,7 @@
#include <QObject>
#include <QString>
+#include <QStringList>
#include <QVector>
#include "machinedefs.h"
@@ -159,6 +160,8 @@ public:
int line = 0, bool pseudo_opt = false, int options = 0);
bool update(std::int64_t val, RelocExpression *relocexp);
+
+ static void append_recognized_instructions(QStringList &list);
private:
std::uint32_t dt;
};