HP Forums
HP-12C/P - Show X-register value on the screen in each step - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: HP-12C/P - Show X-register value on the screen in each step (/thread-19463.html)



HP-12C/P - Show X-register value on the screen in each step - lvt - 01-23-2023 04:23 AM

How can I make the X-register value visible on the screen on my 12CP without me pressing the SST key?

For example I have a code that runs from 0 to 1000, the screen should shows 0, 1, 2, 3, 4, 5.... and so on until 1000.

Can the PSE instruction be used for this?

Thanks.


RE: HP-12C/P - Show X-register value on the screen in each step - Steve Simpkin - 01-23-2023 07:11 AM

Yes, the PSE instruction will pause the program for approximately 1 second while it displays the current value of the X register. See page 95 of the HP-12CP Owners Handbook.
http://h10032.www1.hp.com/ctg/Manual/bpia5309.pdf


RE: HP-12C/P - Show X-register value on the screen in each step - lvt - 01-23-2023 01:39 PM

(01-23-2023 07:11 AM)Steve Simpkin Wrote:  Yes, the PSE instruction will pause the program for approximately 1 second while it displays the current value of the X register. See page 95 of the HP-12CP Owners Handbook.
http://h10032.www1.hp.com/ctg/Manual/bpia5309.pdf

Thank you.