HP-67 Merge operation
|
09-04-2021, 09:34 PM
Post: #1
|
|||
|
|||
HP-67 Merge operation
Hi all.
A quick one. Is MERGE programmable? If so, should I put RTN or R/S as the next step? Thanks |
|||
09-04-2021, 09:43 PM
Post: #2
|
|||
|
|||
RE: HP-67 Merge operation | |||
09-04-2021, 10:10 PM
Post: #3
|
|||
|
|||
RE: HP-67 Merge operation
.
Also, Eric Rechlin's HP Calculator Literature site has 1,116 HP calculator manuals and related books free to download. V. All My Articles & other Materials here: Valentin Albillo's HP Collection |
|||
09-05-2021, 07:18 AM
Post: #4
|
|||
|
|||
RE: HP-67 Merge operation
Okay, yes. Thanks for the links. After looking at the links, they do talk about the MERGE operation, but the answer to my question is not there.
|
|||
09-05-2021, 07:40 AM
(This post was last modified: 09-05-2021 07:47 AM by Felix Gross.)
Post: #5
|
|||
|
|||
RE: HP-67 Merge operation
Page 327 of the 1977-04 version of the HP 67 Owner's Handbook gives e.g. 32-41 as the key code for MRG in a program. That key code matches the keyboard layout of an HP 67. That should suggest that MRG is programmable.
Page 293ff, in particular page 295 of the Handbook does give an example using the PAUSE command. Felix |
|||
09-05-2021, 09:50 AM
(This post was last modified: 09-05-2021 09:52 AM by teenix.)
Post: #6
|
|||
|
|||
RE: HP-67 Merge operation
(09-04-2021 09:34 PM)Matt Agajanian Wrote: Hi all. Yes it is. In this case you place the merge instruction just before a PAUSE instruction. A card is placed into the slot ready for use. Run the program and when the PAUSE executes the card will be automatically loaded and the program data merged starting at the program address following the PAUSE. Any steps programmed into memory after the PAUSE will be overwritten by the program on the card so it doesn't matter what is there. If you do not have a card in the slot, the PAUSE still operates but the merge is ignored. Therefore you should have some program data after the PAUSE or the program might do invalid things, so a RTN or R/S could be there or something else. Note that in the Merge case without a card in the slot, if you place a card into the slot during the pause, it will be read and merged. cheers Tony |
|||
09-06-2021, 06:29 AM
(This post was last modified: 09-07-2021 06:19 AM by Matt Agajanian.)
Post: #7
|
|||
|
|||
RE: HP-67 Merge operation
Thanks! Cool! Tried it on RPN-67SD. After I set the PAUSE to five seconds, it all worked out perfectly.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)