aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/alu.h')
-rw-r--r--qtmips_machine/alu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtmips_machine/alu.h b/qtmips_machine/alu.h
new file mode 100644
index 0000000..e913b0c
--- /dev/null
+++ b/qtmips_machine/alu.h
@@ -0,0 +1,11 @@
+#ifndef ALU_H
+#define ALU_H
+
+
+class Alu
+{
+public:
+ Alu();
+};
+
+#endif // ALU_H \ No newline at end of file