2009-05-01 16:23:41 +00:00
|
|
|
incdir "tests"
|
2009-04-24 15:31:13 +00:00
|
|
|
include "dsp_base.inc"
|
|
|
|
|
|
|
|
; Right here we are at a specific predetermined state.
|
|
|
|
; Ideal environment to try instructions.
|
|
|
|
|
|
|
|
; We can call send_back at any time to send data back to the PowerPC.
|
|
|
|
|
|
|
|
; Calling set40 here seemed to crash the dsp tester in strange ways
|
|
|
|
; until I added set16 in send_back. Seems clear that it affects something important.
|
|
|
|
|
|
|
|
lri $AC0.M, #0x1000
|
|
|
|
call send_back
|
|
|
|
|
|
|
|
set40
|
|
|
|
lri $AC0.M, #0x1000
|
|
|
|
set16
|
|
|
|
call send_back
|
|
|
|
|
|
|
|
; We're done, DO NOT DELETE THIS LINE
|
|
|
|
jmp end_of_test
|