|
Atari coding BBS
Re: Sample XFER on the Host Po |
Posted by: earx
|
Jan,27.2005-13:18
|
i think the dsp irq was at $120. i think digital tracker and digital homestudio use the dsp irq method you want to use. i think the old digital tracker had replay sources supplied...
loop:
rept n
move.w (a0)+,(a1)
endr
dbf d7,loop
is indeed the fastest way to transmit over the host port. you can use a jump tree to avoid extra loops on the tail. note that this is unsafe with accelerators. for that you need to handshake.
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|