If you want less moving parts, 4 SUB$ in 2 pairs will break your string
toggle quoted message
Show quoted text
into even and odd bytes. One SUB$ with parameters (1,1) goes into a STOA, the other SUB$ with parameters (2,100) feed the other set of SUB$. So when you get a string in, it hits one pair of SUB$. They push one byte into your logic, and the rest of the string to the other set. They push one byte into logic and the rest of the string back to the first two. I had gotten that far and put in the ATODs, XORs, and DTOAs to do the XOR logic, but the SUB$ were getting too much priority over the XOR logic and nothing was getting calculated. On Sat, Apr 21, 2012 at 6:45 AM, Kool-Aid Drinker <crug@...
wrote: Yup. It expects the string to be checksummmed to arrive whole, and |