[A83] Re: converting InterruptCounter


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

[A83] Re: converting InterruptCounter





1) _dispOp1a (look in the sdk, i think it's what you're looking for)
2) Nope.  If you need this, you'll have to write one yourself.
3)
savescreen
$86EC - 768 bytes of free ram that is only used if the calculator powers
down through an APD

statvars
$8A3A - 531 bytes of ram that is only used to compute statistics.

appbackupscreen
$9872 - 768 bytes or free ram that is intended to be used by applications
and asm programs

- - Joe
joe@joepnet.com


>
>
>
>
> >From: Me! <sucker_pvn@hotmail.com>
> >Reply-To: assembly-83@lists.ticalc.org
> >To: assembly-83@lists.ticalc.org
> >Subject: [A83] converting InterruptCounter
> >Date: Fri, 16 Aug 2002 17:33:13 +0000
> >
> >
> >I'm converting some program I made to the 83+, but here re some
questions:
> >
> >1)I use _formdisp to display a floating point to the screen with the 83-
> >version, but I wouldn't know the 83+ romcall that does approximately the
> >same.
> >
> >2)Same with pgmio_exec, 1 stored to asm_ind_call. If you're not familiar
> >with it it's described in ASMguru. It gets a numerical value, stored to
op1
> >(I think).
> >
> >3)What are the most common addresses where an interrupt routine should
go,
> >and the interrupt vector table? (83+ !)
> >
> >Original program:
> >http://www.ticalc.org/archives/files/fileinfo/242/24259.html
> >
> >       SUCKER [Pieter Van Nuffel]
> >
> >P.S. Im am certian to make such an ASM interrupt program, don't start
about
> >apps or something else to make it better. I only have a regular Ti-83 and
> >I'm just porting my most interesting programs to the 83+.
>
> Anyone? Maybe some APP-input routines? I find it quite hard finding
> something alike in sdk83pguide.pdf.
>
>
>       SUCKER [Pieter Van Nuffel]
>
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>
>




References: