Post Reply 
hp 41c flying ghost and hp 67 display..
06-18-2024, 11:16 PM
Post: #1
hp 41c flying ghost and hp 67 display..
Hi!
I don’t have a hp 67 so i watch video of it on YouTube.
On my 41CX, the ghost move when a label is execute in a program (I think..).

Question:

What cause the display patern on the hp 67 when a program is running?

Marcel.
Find all posts by this user
Quote this message in a reply
06-19-2024, 12:26 AM (This post was last modified: 06-19-2024 12:58 AM by teenix.)
Post: #2
RE: hp 41c flying ghost and hp 67 display..
Internally, the A and B registers inside the ACT IC are used to control the display and to serve as general purpose registers. The ACT IC decodes the A/B information and sends the data to the ROM0 IC which further decodes the information and sends it to the Anode/Cathode drivers which light the display LEDs.

This is a continuous process unless the display has been turned off by a [Display Off] instruction during the HP-67 internal program execution.

The A and B registers are also used for temporary data registers for internal operations.

Because some programs can run for a long time, the HP programmers decided to turn the display on and off for periods of time while the program is running and so give the user some feedback. The data in A/B is now just processing information and is not properly formatted for the display so when the display is turned on, it shows gibberish.

This idea was useful because the HP-67 hardware does not allow alphanumeric characters to be displayed other than "Error" or "Crd" so it cannot show something like "PrG runninG".

cheers

Tony
Find all posts by this user
Quote this message in a reply
06-19-2024, 12:57 AM
Post: #3
RE: hp 41c flying ghost and hp 67 display..
Wow!

Thank you Tony.
Find all posts by this user
Quote this message in a reply
Post Reply 




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