Post Reply 
HP-67 Merge operation
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.

A quick one.

Is MERGE programmable?

If so, should I put RTN or R/S as the next step?

Thanks

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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP-67 Merge operation - Matt Agajanian - 09-04-2021, 09:34 PM
RE: HP-67 Merge operation - Gene - 09-04-2021, 09:43 PM
RE: HP-67 Merge operation - Matt Agajanian - 09-05-2021, 07:18 AM
RE: HP-67 Merge operation - Felix Gross - 09-05-2021, 07:40 AM
RE: HP-67 Merge operation - teenix - 09-05-2021 09:50 AM
RE: HP-67 Merge operation - Matt Agajanian - 09-06-2021, 06:29 AM



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