summaryrefslogtreecommitdiff
path: root/alu.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-06-26 13:51:49 -0700
committerDuncan Smith2010-06-26 13:51:49 -0700
commitdfdc2a5b9050e6fabd6ff0320ae2b8b92dbf42b1 (patch)
treea68f9527345314bb440e821199835b3f6c0a3f0a /alu.asm
parent1fa0a81e756870d263d6c4f7ffa5dc71e2299d09 (diff)
Parted out remaining un-written ALU instructions.
Diffstat (limited to 'alu.asm')
-rw-r--r--alu.asm16
1 files changed, 16 insertions, 0 deletions
diff --git a/alu.asm b/alu.asm
index 5f22b44..3dfa096 100644
--- a/alu.asm
+++ b/alu.asm
@@ -64,3 +64,19 @@ alu_sub:
sub d0,d1
move sr,(f_host_sr-flag_storage)(a3)
rts
+
+alu_and:
+ ;; XXX do this
+ rts
+
+alu_xor:
+ ;; XXX do this
+ rts
+
+alu_or:
+ ;; XXX do this
+ rts
+
+alu_cp:
+ ;; XXX do this
+ rts