|
Atari coding BBS
DSP wierdness |
Posted by: Thomas / New Beat
|
Dec,26.2013-22:09
|
I have a bug that drives me crazy...
This does not work (the last 128:th write is not scaled *2):
ori #$8,mr
move y:(r5)+,a
do #127,_loop
move a,y:(r7)+
move y:(r5)+,a
_loop: move a,y:(r7)+
This works but i shouldnt have to enable the scaler twice(?):
ori #$8,mr
move y:(r5)+,a
do #127,_loop
move a,y:(r7)+
move y:(r5)+,a
_loop: ori #$8,mr
move a,y:(r7)+
This also works (as it should):
ori #$8,mr
do #128,_loop
move y:(r5)+,a
move a,y:(r7)+
_loop:
Im on Hatari 1.7.0 (windows), QASM. Any ideas/comments? (I don't have access to the real Falcon atm)
Thomas
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
DSP wierdness
|
Thomas / New Beat
|
Dec,26.2013-22:09
|
Re: DSP wierdness
|
stghost
|
Dec,27.2013-09:44
|
Re: DSP wierdness
|
Thomas / New Beat
|
Dec,27.2013-10:32
|
Re: DSP wierdness
|
mikro
|
Dec,27.2013-13:28
|
Re: DSP wierdness
|
Laurent / Thadoss
|
Dec,28.2013-00:09
|
Re: DSP wierdness
|
Laurent / Thadoss
|
Dec,28.2013-00:12
|
Re: DSP wierdness
|
Laurent / Thadoss
|
Dec,28.2013-00:21
|
Re: DSP wierdness
|
Thomas / New Beat
|
Dec,28.2013-10:07
|
Re: DSP wierdness
|
Laurent / Thadoss
|
Dec,28.2013-17:15
|
Re: DSP wierdness
|
Thomas / New Beat
|
Dec,28.2013-19:58
|
Re: DSP wierdness
|
Laurent / Thadoss
|
Dec,28.2013-23:12
|
Re: DSP wierdness
|
Mr.Styckx
|
Dec,30.2013-00:45
|
Re: DSP wierdness
|
Laurent / Thadoss
|
Dec,30.2013-01:27
|
Re: DSP wierdness
|
Thomas / New Beat
|
Dec,30.2013-09:05
|
Re: DSP wierdness
|
FDR1980
|
Jan,05.2014-01:34
|
Re: DSP wierdness
|
Thomas / New Beat
|
Jan,08.2014-15:19
|
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.
|