Post Reply 
1,024 additional Registers on the CL
08-12-2016, 02:57 PM (This post was last modified: 08-12-2016 06:45 PM by Ángel Martin.)
Post: #29
RE: 1,024 additional Registers on the CL
Well, full success - and then some more: not only I managed to implement the hybrid indirection in all its glory, but I also figured out a way to fully automate the parameter entry in program mode !

Say you want to use the contents of the extended register R"23 (somewhere within RAM block 801) , then just type
XSTO" IND 23 in program mode, then the following two lines are added by the function:

01 XSTO
02 1047

or say you want to use the stack register N as source instead: XSTO' IND ST "N" (the prompt supports synthetic arguments):

03 XSTO
04 2054

or going hybrid, say you want to use the contents or the (standard) R23 instead (somewhere in the main RAM, depending of your SIZE setting):
XSTO" IND RG 23, which creates the following two lines for you:

05 XSTO
06 3095

There you have it, no need to manually edit the parameter - an absolute beauty if you ask me!!!

now I can't stop entering random values to watch the show ;-)

Extended Storage Function Set:

CLXRG
XDSE
XISG
XRCL
XRC+
XRC-
XRC*
XRC/
XSTO
XST+
XST-
XST*
XST/
XVEW
XX<>

"To live or die by your own sword one must first learn to wield it aptly."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 1,024 additional Registers on the CL - Ángel Martin - 08-12-2016 02:57 PM



User(s) browsing this thread: 1 Guest(s)