Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
incdir "tests"
include "dsp_base.inc"
; Reads regs from 0xFF80 to 0xFF8D and sends them back
test_main:
lr $AC0.M, @0xff80
call send_back
lr $AC0.M, @0xff81
lr $AC0.M, @0xff82
lr $AC0.M, @0xff83
lr $AC0.M, @0xff84
lr $AC0.M, @0xff85
lr $AC0.M, @0xff86
lr $AC0.M, @0xff87
lr $AC0.M, @0xff88
lr $AC0.M, @0xff89
lr $AC0.M, @0xff8A
lr $AC0.M, @0xff8B
lr $AC0.M, @0xff8C
lr $AC0.M, @0xff8D
; We're done, DO NOT DELETE THIS LINE
jmp end_of_test