GFK-0467K Chapter 4 Series 90-30/20/Micro Instructions Set 4-89

4
Example 1:
In this example, %R0003 — %R0007 of the array %R0001 — %R0016 is read and then writteninto %R0104 — %R0108 of the array %R0100 — %R0115.
| _____
|%I0001 | |
|——| |———|ARRAY|—
| |MOVE_|
| | |
| | WORD|
| | |
| %R0001—|SR DS|— %R0100
| | LEN |
| |00016|
| CONST —|SNX |
| 00003 | |
| | |
| CONST —|DNX |
| 00005 | |
| | |
| CONST —|N |
| 00005 |_____|
|
Example 2:
Using bit memory for SR and DS, %M0011— %M0017 of the array %M009 — %M0024 is readand then written to %Q0026 — %Q0032 of the array %Q0022 — %Q0037.
| _____
|%I0001 | |
|——| |———|ARRAY|—
| |MOVE_|
| | |
| |_BIT |
| | |
| %M0009—|SR DS|— %Q0022
| | LEN |
| |00016|
| CONST —|SNX |
| 00003 | |
| | |
| CONST —|DNX |
| 00005 | |
| | |
| CONST —|N |
| 00007 |_____|
|