|
Logic Sample Program |
|
|
After deciding times of Loop, repeating Condition Jump for the times of Loop can get the same process made continuously for the fixed times.
|
|
Logitouch does not have the instruction word called FOR-NEXT, but repeating Condition Jump for the fixed times actualizes the same process. The circuit that repeats the same process like this can be seen in many user programs and combination with array is useful for reduction of memory consumption in a user's program or of coding time like these;
1. |
Transfer or Write to the register that cannot process Transfer/Write with FMOV instruction or BMOV because it has data sequence at a fixed interval, but not successively. |
2. |
Sorting data |
3. |
Searching the correspondent data among specified data. |
|
Download a sample program file and detailed description.
|
|
|