summaryrefslogtreecommitdiff
path: root/alu.asm
diff options
context:
space:
mode:
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