|
Atari coding BBS
Re: DSP memorymap problem |
Posted by: Thadoss/Dune
|
Sep,30.2023-09:54
|
Hi Atarians,
I used to code with Qdsp, but after speaking with Mikro last year at sillyventure, I tried and adopted the Motorola tools (with wine under Linux).
With Qdsp, I used to test the memory space boundaries with assembler commands like this :
IFLE $4000-*
FAIL "External Y memory overflow"
PRINTVAL $4000-*
ENDC
But I don't know how to do the same with Motorola DSP assembler
I tried :
IF $4000-*>0
FAIL 'External Y memory overflow'
ENDIF
IF is not recognised (ERROR --- Operation not allowed with address term (Operand field)
FAIL always return a compiler error ("External Y memory overflow" without any other comment
ENDIF without associated IF directive
Any tip to fix this ?
Regards
Thadoss
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
DSP memorymap problem
|
Emphii
|
Jun,26.2018-21:56
|
Re: DSP memorymap problem
|
Emphii
|
Jun,26.2018-21:58
|
Re: DSP memorymap problem
|
mikro
|
Jun,27.2018-10:24
|
Re: DSP memorymap problem
|
Emphii
|
Jun,27.2018-11:25
|
Re: DSP memorymap problem
|
tat
|
Jun,27.2018-12:25
|
Re: DSP memorymap problem
|
ggn
|
Jun,27.2018-14:31
|
Re: DSP memorymap problem
|
insane/tscc
|
Jun,27.2018-15:16
|
Re: DSP memorymap problem
|
Emphii
|
Jun,27.2018-23:27
|
Re: DSP memorymap problem
|
tat
|
Jun,29.2018-15:35
|
Re: DSP memorymap problem
|
Emphii
|
Jul,03.2018-20:14
|
Re: DSP memorymap problem
|
Daniel / New Beat
|
Jul,05.2018-00:07
|
Re: DSP memorymap problem
|
Emphii
|
Jul,05.2018-14:22
|
Re: DSP memorymap problem
|
mikro
|
Jul,06.2018-08:15
|
Re: DSP memorymap problem
|
mikro
|
Jul,06.2018-08:17
|
Re: DSP memorymap problem
|
Emphii
|
Jul,12.2018-23:09
|
Re: DSP memorymap problem
|
Thadoss/Dune
|
Sep,30.2023-09:54
|
Re: DSP memorymap problem
|
ggn
|
Oct,10.2023-16:19
|
Re: DSP memorymap problem
|
Thadoss/Dune
|
Oct,10.2023-23:34
|
Re: DSP memorymap problem
|
Thadoss/Dune
|
Oct,10.2023-23:55
|
Re: DSP memorymap problem
|
Thadoss/Dune
|
Oct,11.2023-00:21
|
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.
|