aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-07-02 22:01:18 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-07-02 22:01:18 +0100
commit1aab36e5b2e0a1033f94316618d320ba7b70ca1e (patch)
tree349fc587b6c657913b2dd145895711d27c97a841 /src/main/kotlin
parentdfbf83a9a42907063aa5b3789f1ce9606de32e84 (diff)
downloadKGB-1aab36e5b2e0a1033f94316618d320ba7b70ca1e.tar.xz
KGB-1aab36e5b2e0a1033f94316618d320ba7b70ca1e.zip
Start on 8-Bit arithmetic CPU ops
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/cpu/opcodes/Arithmetic8Bit.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/cpu/opcodes/Arithmetic8Bit.kt b/src/main/kotlin/cpu/opcodes/Arithmetic8Bit.kt
new file mode 100644
index 0000000..2d69847
--- /dev/null
+++ b/src/main/kotlin/cpu/opcodes/Arithmetic8Bit.kt
@@ -0,0 +1,2 @@
+package cpu.opcodes
+