Skip to content

Commit 68c8373

Browse files
committed
add: inv2pr, rel2pr, update docs
1 parent 6725867 commit 68c8373

10 files changed

Lines changed: 23 additions & 8 deletions

File tree

2reg/2reg_progs_info.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,26 +510,35 @@ <h2 id="position-register">Position Register:</h2>
510510
<li>see also <strong>PR2PROGPOS</strong></li>
511511
</ul>
512512
</li>
513-
</ul>
514-
<h3 id="future-releases"><strong>future releases:</strong></h3>
515-
<ul>
516-
<li><p><del><strong>inv2pr</strong></del> : inverse of PR to other PR</p>
513+
<li><p><strong>inv2pr</strong> : inverse of PR to other PR</p>
517514
<pre><code> : CALL inv2pr(1,4) ;
518515
</code></pre>
519516
<ul>
520517
<li>set <strong>inverse</strong> of PR[1] @<strong>PR[4]</strong></li>
518+
<li>no local reg support (yet)</li>
521519
</ul>
522520
</li>
523-
<li><p><del><strong>rel2pr</strong></del> : calc 2 PRs with <strong>':'</strong> to other PR</p>
521+
<li><p><strong>rel2pr</strong> : calc 2 PRs with <strong>':'</strong> to other PR</p>
524522
<pre><code> : CALL rel2pr(1,2,3) ;
525523
</code></pre>
526524
<ul>
527525
<li>uses <strong>':'</strong> ; relative position operator</li>
528526
<li><strong>PR[3]</strong> = <strong>PR[1]</strong> : <strong>PR[2]</strong></li>
527+
<li>no local reg support (yet)</li>
529528
<li><del><em>alias</em> progname : <em><strong>rpo2pr</strong></em></del></li>
530529
</ul>
531530
</li>
532531
</ul>
532+
<h3 id="future-releases"><strong>future releases:</strong></h3>
533+
<ul>
534+
<li>local reg support for
535+
<ul>
536+
<li>PROGPOS2PR</li>
537+
<li>INV2PR</li>
538+
<li>REL2PR</li>
539+
</ul>
540+
</li>
541+
</ul>
533542
<h2 id="string-register">String Register</h2>
534543
<ul>
535544
<li><p><strong>conf2sr</strong> : set config data of given Posreg to Stringreg (as string)</p>

2reg/V1010/inv2pr.pc

1.83 KB
Binary file not shown.

2reg/V1010/rel2pr.pc

2 KB
Binary file not shown.

2reg/V810/inv2pr.pc

1.83 KB
Binary file not shown.

2reg/V810/rel2pr.pc

2 KB
Binary file not shown.

2reg/V910/inv2pr.pc

1.83 KB
Binary file not shown.

2reg/V910/rel2pr.pc

2 KB
Binary file not shown.

2reg/V940/inv2pr.pc

1.83 KB
Binary file not shown.

2reg/V940/rel2pr.pc

2 KB
Binary file not shown.

2reg/readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,28 @@ Simple programs with one dedicated function.
8080
- no local reg support (yet)
8181
- see also **PR2PROGPOS**
8282

83-
### **future releases:**
8483

85-
- ~~**inv2pr**~~ : inverse of PR to other PR
84+
- **inv2pr** : inverse of PR to other PR
8685

8786
: CALL inv2pr(1,4) ;
8887

8988
- set **inverse** of PR[1] @**PR[4]**
89+
- no local reg support (yet)
9090

91-
- ~~**rel2pr**~~ : calc 2 PRs with **':'** to other PR
91+
- **rel2pr** : calc 2 PRs with **':'** to other PR
9292

9393
: CALL rel2pr(1,2,3) ;
9494

9595
- uses **':'** ; relative position operator
9696
- **PR[3]** = **PR[1]** : **PR[2]**
97+
- no local reg support (yet)
9798
- ~~*alias* progname : ***rpo2pr***~~
9899

100+
### **future releases:**
101+
- local reg support for
102+
- PROGPOS2PR
103+
- INV2PR
104+
- REL2PR
99105
## String Register
100106

101107
- **conf2sr** : set config data of given Posreg to Stringreg (as string)

0 commit comments

Comments
 (0)