Re: Error coding question
From: Bob O`Bob (filterbob_at_yahoogroups.com)
Date: 10/06/04
- Next message: Robert: "ActiveX EXE termination / timeout"
- Previous message: YYZ: "Re: The memory could not be "read". Application Crash??"
- In reply to: Tim Baur: "Re: Error coding question"
- Next in thread: Larry Serflaten: "Re: Error coding question"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 06 Oct 2004 07:48:53 -0700
Tim Baur wrote:
> "Larry Serflaten" <serflaten@usinternet.com> wrote
> > I've got a VB 'invention' too, and I don't think you'll find anyone
> > else who has found, or at least published it....
> >
> > http://www.devx.com/tips/Tip/15388
> Way cool, Larry. I'm having a hard time wrapping my head around it though.
> How does the entire string fill without iterating the Mid command?
The Mid statement would appear to function like the old MVC assembly command
I used to take great advantage of on the 370 series.
You could think of it as keeping two pointers (probably registers) one of them for the
source byte, one for the destination byte, and advancing both pointers after moving each
byte. The fact that the 'from' and 'to' ranges in memory happen to overlap
is of no concern to the processor.
Bob
--
- Next message: Robert: "ActiveX EXE termination / timeout"
- Previous message: YYZ: "Re: The memory could not be "read". Application Crash??"
- In reply to: Tim Baur: "Re: Error coding question"
- Next in thread: Larry Serflaten: "Re: Error coding question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|