summaryrefslogtreecommitdiff
path: root/ALU
diff options
context:
space:
mode:
Diffstat (limited to 'ALU')
-rw-r--r--ALU6
1 files changed, 6 insertions, 0 deletions
diff --git a/ALU b/ALU
new file mode 100644
index 0000000..f74c1d5
--- /dev/null
+++ b/ALU
@@ -0,0 +1,6 @@
+package com.nsrddyn.torque.cpu
+
+
+class ALU() extends Cpu() {
+
+}