RE: LZ: Ramviewer


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

RE: LZ: Ramviewer



In a 32k calc the brute force method, being shorter, is
the best method.  Boyer-Moore is great when you have to
do serious searching of large blocks of data, but these
calcs dont have room for large blocks of data.  A brute
force search would seem instantaneous and save lots of
space.


Barry




On Tue, 3 Sep 1996, Micah/Richard Brodsky wrote:


> Are you using a brute force search or something like the Boyer-Moore (sp?) 
> method. I just wrote a hexviewer, and I may expand it to support that and 
> other features if this doesn't.
> --MZB 
> 
> ----------
> From: 	owner-list-zshell@lists.ticalc.org on behalf of Tony Lieuallen
> Sent: 	Saturday, August 31, 1996 6:26 PM
> To: 	list-zshell@lists.ticalc.org
> Subject: 	Re: LZ: Ramviewer
> 
> On Sat, 31 Aug 1996, Ed Plese, Jr. wrote:
> 
> > > > > there is already a program that can do that. it is called hexview and 
> it
> > > > All it does it display the hex codes.  What about the decimal 
> > > Personally, I think it would be great.  I'd love that.
> > I like it too.  It's amazing how handy it is for some stuff (changing 
> > bytes in RAM, analyzing the formats of stuff, finding stuff in ROM, 
> > etc.)  I'm going to add some HALT statements to it so it uses less 
> > power and I'm also going to make it so that F1 to F5 can be 
> > programmed to store addresses in memory.  Also, I think I'm going to 
> > make a binary portiion for it too.  One more thing would be to allow 
> > the user to search for a byte containing a certain value or string.
> 
> Cool.  Search would be a definite plus.
> 
> > And right now the program is about 1200 bytes.  It also allows you to 
> > change the ROM page.
> 
> Sounds a little big to keep on the calc, but I'm sure that I'd use it every
> once in a while!
> 
>                               The nice thing about Windows is that it does
> Tony Lieuallen                     not just crash...  It displays a dialog
> marvin@mars.superlink.net               box and lets you press 'OK' first.
> http://mars.superlink.net/marvin/home   
> http://www.geocities.com/SiliconValley/Park/1171/                   
> 
> 
> 


References: