April 29, 2024, 12:49:08 AM

News:

You can now use Vixen to program your Prop-1 and Prop-2 controllers!  Get started quickly and easily, without having to learn PBASIC.  Details in the Library forum.


Accessing sequential memory programatically

Started by pjf, June 04, 2009, 09:24:06 PM

Previous topic - Next topic

pjf

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

JonnyMac

This is the only thing I can think of:

  LOOKUP idx, (B5, B6, B7, B8, B9), target
Jon McPhalen
EFX-TEK Hollywood Office