diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-07-02 22:01:18 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-07-02 22:01:18 +0100 |
| commit | 1aab36e5b2e0a1033f94316618d320ba7b70ca1e (patch) | |
| tree | 349fc587b6c657913b2dd145895711d27c97a841 /src | |
| parent | dfbf83a9a42907063aa5b3789f1ce9606de32e84 (diff) | |
| download | KGB-1aab36e5b2e0a1033f94316618d320ba7b70ca1e.tar.xz KGB-1aab36e5b2e0a1033f94316618d320ba7b70ca1e.zip | |
Start on 8-Bit arithmetic CPU ops
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/kotlin/cpu/opcodes/Arithmetic8Bit.kt | 2 |
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 + |