Hello all.
Given that the 35S has two registers which can be used for indirect addressing, are these the registers between H and K or are these special registers independent of the A-Z registers?
35S I & J registers
|
Post: #1
03-02-2012, 09:51 PM
Hello all. Given that the 35S has two registers which can be used for indirect addressing, are these the registers between H and K or are these special registers independent of the A-Z registers?
Post: #3
03-03-2012, 07:34 AM
So, if I write a program to indirectly address registers and include DSE/ISG looping, I should create the program to indirectly address registers -11 and below (or -8 and above) to avoid overwriting my looping register in an STO+/-/* (i) or (j) command. Edited: 3 Mar 2012, 7:47 a.m.
Post: #4
03-03-2012, 08:14 AM
You better address the unnamed registers with I or J. This gives you a lot of addressable space without interfering with the indexes.
Post: #6
03-05-2012, 05:14 AM
Memory management: something to remember when using indirect registers, is that memory gets assigned for all indirect registers up to the highest register used, even if the lower ones are not used. E.g. using indirect register 40 will result in memory being allocated for 0 to 39 as well. You can quickly use a lot of memory this way (write something in register 800 and do a mem check (I have ~10k free and the highest I can use is 280)). So use only the highest number really needed.
Edited: 5 Mar 2012, 6:33 a.m. |
« Next Oldest | Next Newest »
|