diff options
| author | Astrid Smith | 2010-06-26 13:51:49 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-26 13:51:49 -0700 |
| commit | 9ea2107cff99244dffe6f99167335af570bfa040 (patch) | |
| tree | c86b34762169b50d7cb26cf10e1ac2757bda0d51 /alu.asm | |
| parent | 4eba8e12093c69e280d0c0809358d6f54a4ab9cf (diff) | |
Parted out remaining un-written ALU instructions.
Diffstat (limited to 'alu.asm')
| -rw-r--r-- | alu.asm | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |
