Hi,
I tried to figure out how to do this instruction : STO IND O
but I did not find how :(
(it is the instruction 28 from the main program from this --> http://www.hpmuseum.org/software/41/41crmat.htm)
Someone can help me out?
Thank you :)
hp 41 synthetic programming
|
|
« Next Oldest | Next Newest »
|
▼
Post: #9
05-13-2011, 06:33 PM
Hi,
I tried to figure out how to do this instruction : STO IND O (it is the instruction 28 from the main program from this --> http://www.hpmuseum.org/software/41/41crmat.htm) Someone can help me out? Thank you :) ▼
Post: #10
05-13-2011, 07:15 PM
Have you created the program Load Bytes, or the byte jump key assignment? All synthetic lines must be created manually by manipulating memory through tricks or automated programs such as LB (loadbytes). I just state the above and ask if you have a knowledge base for sythetic programming? Otherwise, it would be a long and drawn out process if LB or any other form of sythetic byte production is not immediately available. Cheers, Geoff
Post: #11
05-14-2011, 07:14 AM
cf. HP-41C Synthetic Programming
As stated in the description of the program you can avoid synthetic programming: Quote: I recommend to give it a try, though.
Quote: Only now I've realized that you might already have succeeded to enter STO O and you just have a problem with this specific command. Enter the following program and execute GTO . . (PACKING):
ENTER Now you go to the ENTER line and execute the byte-grabber, which will leave the sequence:
91: STO
HTH Edited: 14 May 2011, 7:51 a.m. ▼
Post: #12
05-14-2011, 04:10 PM
Quote:The byte code table linked there at http://www.hpmuseum.org/prog/synth.gif appears to be the one Synthetix put out in 1982 as a quick-reference card (same fonts, arrangement of what's in each little box, etc.), except that Synthetix' had color coding of boxes for instruction length, and the structure of multi-byte instructions on the right. I wonder if that's posted somewhere. I got my start in synthetic programming in the book "Extend your HP-41" using the byte grabber, but later got the ZENROM which lets you key the synthetic instructions directly in, so for example to get STO IND O you just press STO <shift> . O ▼
Post: #13
05-14-2011, 05:17 PM
Same book, green cover. Read it back to front and again and again. Created the byte jumper and then Load Bytes and then carded the LB. Never looked back. All my HP41CX programs contain sythetics. Cheers, Geoff sure got used to seeing "MEMORY LOST" !!!!!! ▼
Post: #14
05-16-2011, 12:45 PM
Or get hold of a Zenrom or one of the other ROMS that support synthetics... I believe that the PPC ROM has some support? I have to say that I love my Zenrom, makes things just a whole lot easier. ▼
Post: #15
05-16-2011, 02:50 PM
PPC rom has the load bytes as well as a few other synthetic programs. Geoff |