PDA

View Full Version : Loopindex


cmmffhc
05-26-05, 11:28 PM
Hi,

I am using loopindex in my program for Isopod.

How do I save it to ROM?

i tried

LOOPINDEX HELLO EEWORD

but it hangs when i type in the following command

0 START HELLO

0 START HELLO EEWORD \ this does not work either


so how do i save my loopindex variables and their start and end values to ROM?

RMDumse
05-27-05, 10:18 AM
To move a LOOPINDEX to Flash, first define it and finish setting the values, then used EEWORD. Here's an example from my code:

LOOPINDEX PHCNT
DECIMAL
0 PHCNT START
3 PHCNT END
EEWORD