Re: Re_ A82: Assembly programmers? where?


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

Re: Re_ A82: Assembly programmers? where?



In a message dated 97-11-15 08:18:28 EST, you write:

> f you want to use interrupts you first have to set up an interrupt tabel,
>  and an interrupt handler. This is done in IntTest82 and GreyLib, since the
>  source is available just have a look at it and see how it is done. The
>  interrupt handler would then have to check wether the right key
>  combination had been pressed and if it had execute the function you wanted
>  to implement. If you wanted a screen saver you could make your interrupt
>  handler look at the variable which handles APD, and if it reached a
>  certain number you could execute the screen saver. 
>  
>  Dines

Dines: IntTest and GreyLib crash your calc!  It's the same problem with Spaze
Invaders 1.0.  all the parts that use $8585 is directly in the LASTENTRY
buffer.  If anyone uses those to learn ints, they should change the $8585 to
$8383 and then move the int table accordingly

~Adamman


Follow-Ups: