Re: LZ: Help with an interrupt


[Prev][Next][Index][Thread]

Re: LZ: Help with an interrupt



I'm not gonna explain it all here, but there are two cool documents from 
ticalc.org you can lok at.  In the zshell programs directory, the is a 
file called itest.zip.  Get it.  Even though the program was written for 
zshell 3.0, the document by Per Finander is good.  Also, if you want to 
see interrupt code, 4gray.txt, even though the title has nothing to do 
with it, shows how to install an inteuuppt into the graph mem.  At least 
these two things helped me learn interuppts.  Have Fun, and then ask 
list-zshell any small questions or problems you have.


<pre>
-- 
Compliments of:
_-_-_-_-_-_-_-_
  Alan Bailey
  mailto:bailala@mw.sisna.com
  IRC:Abalone
  Web:http://www.mw.sisna.com/users/bailala/home.htm


KEITH T BURZINSKI wrote:
> 
> The subject says it all.  I'd like some help with an interrupt for a
> program I am working on.
> 
> You see, I don't have a clue as to how to install and/or use an
> interrupt.  I know what they are and kinda how they work, and one
> will prove VERY helpful to what I am doing.
> 
> Here is what I need to do:
> The data I'm sending through the link port needs to be sent at a
> fairly constant rate.  NOT at a certian speed (although FAST).  The
> output just needs to be reasonably constant.  YES, I know that the
> EXACT speed of the calc varies with the batteries, but that will NOT
> matter here.  I also know that an interrupt occurs at a fixed rate
> (50 times a sec?) on the 85.  This is why I want to use an interrupt.
>  I know that an interrupt jumps to a certian location in RAM (or ROM)
> when it occurs (this could be the graph mem at $8641) and that the
> index register (is that the right name?) has something to do with it.
> 
> Can anyone help me?
> 
> TIA,
> 
> ____
> ~Keith
> FFNP69C@PRODIGY.COM
</pre>


References: