DSPRelated.com
Forums

dsp/bios and interrupts

Started by Lucy Jordan August 31, 2002
Is it possible to write an ISR in assembly and use the dispatcher to
call it?
Or
Can you use the dispatcher and have a vectors.asm in the same program?



Lucy
You can write an assembly function cand plug it to dispatcher.

For example

.global _myFunc
_myFunc:
nop
nop
nop
nop
return

The function _myFunc can be plugged into the dispatcher.

It is recommended that you dont mix usage of dispatcher with your own
hand written ISR.

Rgds
CSR
Lucy Jordan wrote:

> Is it possible to write an ISR in assembly and use the dispatcher to
> call it?
>
> Or >
> Can you use the dispatcher and have a vectors.asm in the same program? > _____________________________________
> Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you want
your answer to be distributed to the entire group.
>
> _____________________________________
> About this discussion group:
>
> To Join: Send an email to
>
> To Post: Send an email to
>
> To Leave: Send an email to
>
> Archives: http://www.yahoogroups.com/group/c54x
>
> Other Groups: http://www.dsprelated.com > ">http://docs.yahoo.com/info/terms/

--
With legs to take me where I go,
With eyes to see the sunset's glow,
With ears to hear what I would know...
Oh, God, forgive me when I whine!
I'm blessed indeed! The world is mine!