summaryrefslogtreecommitdiff
path: root/alu.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-06-26 13:51:49 -0700
committerAstrid Smith2010-06-26 13:51:49 -0700
commit9ea2107cff99244dffe6f99167335af570bfa040 (patch)
treec86b34762169b50d7cb26cf10e1ac2757bda0d51 /alu.asm
parent4eba8e12093c69e280d0c0809358d6f54a4ab9cf (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