EFX-TEK

TEK Talk => Programming Techniques => Topic started by: pjf on June 04, 2009, 09:24:06 PM

Title: Accessing sequential memory programatically
Post by: pjf on June 04, 2009, 09:24:06 PM
Using a Prop1

I've defined the bytes with data that I need to read back sequentially from B5-B9

What is the best way (if possible) to read back the values in sequence in a loop

In a prop2 I use an array and its index, alas I am looking for a poor mans (prop1) pseudo array access

ANY THOUGHTS APPRECIEATED

-Pete
Title: Re: Accessing sequential memory programatically
Post by: JonnyMac on June 04, 2009, 11:32:06 PM
This is the only thing I can think of:

  LOOKUP idx, (B5, B6, B7, B8, B9), target