Waiting for someone to run it:)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3603 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-06-29 20:31:41 +00:00
parent b32b6a4575
commit 37fe91bad1
1 changed files with 6 additions and 8 deletions

View File

@ -2,8 +2,6 @@
incdir "tests"
include "dsp_base.inc"
set40
clr $acc0
tst $acc0
@ -48,10 +46,10 @@ call send_back ; 7
clr $acc0
set16
set40
lri $ac0.l, #-1
tst $acc0
set40
set16
call send_back ; 8
@ -114,10 +112,10 @@ call send_back ; 17
clr $acc0
clr $acc1
set16
set40
lri $ac0.l, #0x0001
sub $acc1, $acc0
set40
set16
call send_back ; 18
@ -131,10 +129,10 @@ call send_back ; 19
clr $acc0
clr $acc1
set16
set40
lri $ac0.l, #0x0001
lri $ac1.h, #0x8000
sub $acc1, $acc0
set40
set16
call send_back ; 20