A86: Re: Re: vat search routine


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

A86: Re: Re: vat search routine




I just have to say this... The routine on vat searching 'vatsrch.inc' would
not work 100% all the time. Jimi, you are using the cpdr instruction. This
searches the area for a $12 (from accumulator). Note also, that the absolute
address to the program is stored in the vat. What if $12 was in that
address? You'd be screwed, and everything would screw up. You should start
on the first entry, count down from there the length of the name, and
continue.

Brent
----- Original Message -----
From: jimi malcolm <malcolmj1@juno.com>
To: <assembly-86@lists.ticalc.org>
Sent: Monday, January 10, 2000 7:26 PM
Subject: A86: Re: vat search routine


>
> anybody who wants to can make their own shell. i've made an extremely
> fast search routine (http://guide.ticalc.org/download/vatsrch.inc). it's
> on a new server so you can download it ok. if you want to see it in
> context, http://guide.ticalc.org/download/vatsrch.asm is the place to
> check out.
>
> i've started a section on searching the vat:
> http://guide.ticalc.org/variables/vats.htm. if you see anything wrong
> with the page, please let me know and address the problem immediately.
>
> hopefully this section and include file will lead to more shells, even by
> beginners!
>
> jimi malcolm
> mailto:malcolmj1@juno.com
> http://guide.ticalc.org
>
> ________________________________________________________________
> YOU'RE PAYING TOO MUCH FOR THE INTERNET!
> Juno now offers FREE Internet Access!
> Try it today - there's no risk!  For your FREE software, visit:
> http://dl.www.juno.com/get/tagj.
>
>
>



References: