Post Reply 
TI-66 double speed mod
07-07-2022, 11:22 PM (This post was last modified: 07-07-2022 11:25 PM by pauln.)
Post: #14
RE: TI-66 double speed mod
(07-07-2022 10:23 PM)Didier Lachieze Wrote:  From: The "Personal Computer": A Fully Programmable Pocket Calculator

Thanks for the reference! At first glance, I'm not sure I completely understand but I will take a closer look.

Looking at the specs of the HP-65, it seems that one can go to a label but not to specific step (for the TI-59, you can go to either).

If this is true, then I can see that they implemented (in hardware) the program steps as a (circular) linked list instead of as an array.

Linked lists are notoriously fast for insertion/deletion. They are slow if one needs to access the nth element, but for the HP-65, one just needs a table that maps each of the (10?) labels to an address.

I wonder if the HP-65 has a way to go to step n (not necessarily at runtime) to inspect a particular step. For the TI-57, one can do that (not a runtime) with "GTO 2nd n".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TI-66 double speed mod - Nigel (UK) - 07-06-2022, 05:08 PM
RE: TI-66 double speed mod - Steve Simpkin - 07-06-2022, 07:51 PM
RE: TI-66 double speed mod - Nigel (UK) - 07-06-2022, 09:55 PM
RE: TI-66 double speed mod - Nigel (UK) - 07-07-2022, 07:26 AM
RE: TI-66 double speed mod - Nigel (UK) - 07-07-2022, 11:20 AM
RE: TI-66 double speed mod - Csaba Tizedes - 07-09-2022, 12:01 PM
RE: TI-66 double speed mod - pauln - 07-07-2022, 04:15 PM
RE: TI-66 double speed mod - johanw - 07-07-2022, 08:46 PM
RE: TI-66 double speed mod - pauln - 07-07-2022 11:22 PM
RE: TI-66 double speed mod - pauln - 07-07-2022, 09:07 PM
RE: TI-66 double speed mod - Steve Simpkin - 07-07-2022, 11:11 PM
RE: TI-66 double speed mod - pauln - 07-08-2022, 02:17 AM
RE: TI-66 double speed mod - pauln - 07-08-2022, 06:04 PM
RE: TI-66 double speed mod - pauln - 07-08-2022, 10:58 PM
RE: TI-66 double speed mod - pauln - 07-13-2022, 12:45 AM
RE: TI-66 double speed mod - xerxes - 07-09-2022, 03:41 PM
RE: TI-66 double speed mod - Nigel (UK) - 07-11-2022, 04:15 PM
RE: TI-66 double speed mod - ijabbott - 07-13-2022, 10:54 PM
RE: TI-66 double speed mod - Nigel (UK) - 07-14-2022, 02:38 PM
RE: TI-66 double speed mod - EdS2 - 07-14-2022, 07:08 AM
RE: TI-66 double speed mod - Nigel (UK) - 07-14-2022, 02:47 PM



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