help following pointers
I have a list defined in a dat as follows
l1 long @l2 <data>
l2 long @l3 <data>
l3 long @l....
I want to follow the links and code it as follows
p := @l1
...
' next link
p := long[p]
but this does not seem to work can anyone help?
l1 long @l2 <data>
l2 long @l3 <data>
l3 long @l....
I want to follow the links and code it as follows
p := @l1
...
' next link
p := long[p]
but this does not seem to work can anyone help?
Comments
I am interested in Your code, could You please tell Me more?
What will the code do when it is done?
Thank You for Your time in this matter.
the first data long holds the count of items that follow the second data item is the delay between outputs, the remainder is the I/o pattern (not all 32 bits are always required)
The entire list is a control sequence to test some other hardware
there will be several control lists for various tests.