[A82] Re: Roll Call


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

[A82] Re: Roll Call




You mean built into a shell? ACE has something called FIND_NEXT.
ex:
 CALL FIND_INIT  ; initialize vat finder
 CALL FIND_NEXT  ; find first program var
 JR C, nomoreprogs ; jump to "nomoreprogs" if no more programs
 LD HL, OP1
 CALL D_ZT_STR   ; display prog name

I don't think it checks for any kind of ID string like ionDetect, but it's
not hard to make your own. There are lots of 82 progs that use external
vars. Check their source.

----- Original Message -----
From: "Dan Weiss" <dwedit@hotmail.com>
To: <assembly-82@lists.ticalc.org>
Sent: Monday, September 02, 2002 06:25
Subject: [A82] Re: Roll Call



Despite not owning a TI-82, I am still on this list. :-P

Does the TI-82 have anything that works like ionDetect?

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com






References: