Post Reply 
(71b) HP41 module programs in HP71b
06-04-2019, 04:35 AM
Post: #16
RE: (71b) HP41 module programs in HP71b
(06-04-2019 01:25 AM)rprosperi Wrote:  Here are some notes from the manual on 41 program syntax for the Trans41 ROM. The symbol that resembles ( |- ) is the 41's Alpha Append ([Shift] [K] in Alpha mode), simply called (Alpha Append) in these notes, since it's awkward to insert that symbol here too:

Good morning,

thank you very much Bob,

so I have to dig deeper in the HP-41 Translator Pac. I still work with my PIL-Box and pyILper program, edit this programs on my MAC. When I look at the intermediate file I can see the words not translated during the translation process like the snippet from the intermediate file below.
Code:
961059 FTOI DUP EXECUTE 1784 XSIZE 1680 XSIZE CREATE @NAVIG1C EXECUTE ]
LBL"@NAVIG1C" LBL"NAVIG1C" LBL "NA"
XEQ "D+T"
LBL "*NA"
"SD OR HP=?"
 XBR 10
PROMPT
60
.
/
.
STO 32
CF 07
CF 08
ABS
X= 0?
 XBR 15
GTO 00

against the original text file
Code:
LBL "NA"
XEQ "D+T"
LBL "*NA"
"SD OR HP=?"
PROMPT
60
/
STO 32
CF 07
CF 08
ABS
X= 0?
GTO 00

So I go the next step to change the syntax for the HP71b

best regards Erwin
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (71b) HP41 module programs in HP71b - Erwin - 06-04-2019 04:35 AM



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