Post Reply 
12c clr reg not programmable, why?
01-05-2020, 03:36 AM
Post: #10
RE: 12c clr reg not programmable, why?
Since CLR REG destroys all data everywhere (storage and financial registers as well as the stack, including LASTX) it really serves no purpose in a program, except perhaps as the initial step to clear everything in a program which will then go on to initialize values and proceed with calculations, but if so, the user could simply execute CLR REG manually just prior to running the program.

Also, I just checked and confirmed the CLR REG operation also resets the user program counter, thus use in a program would be suicide as it would reset to line 00 and halt.

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 12c clr reg not programmable, why? - rprosperi - 01-05-2020 03:36 AM



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