Post Reply 
(71b) HP41 module programs in HP71b
05-30-2019, 05:56 PM
Post: #7
RE: (71b) HP41 module programs in HP71b
First report,

unfortunately, I have no experience with HP41 (HP71b and HP67 only) so I can only use try and error for the data conversion.
I tried to convert the text program of the HP41 navigation program (like the proposal in the post from Didier). TRANS41 converted it without an error, but running the program ends with an error.
So I started with a small HP41 program (I named it VECTOR) to see how it is running. But this ends up with an error too.

This is the small HP41 program:
Code:
01 LBL "MV"
02 1/X
03 X<>Y
04 CHS
05 R^
06 CHS
07 R^
08 1/X
09 P-R
10 X<>Z
11 R^
12 P-R
13 RDN
14 +
15 X<>Z
16 +
17 R-P
18 1/X
19 X<>Y
20 CHS
21 X<>Y
22 END

and here the documentation of the run
Code:
>RUN TRANS41
HP41 Program File? VECTOR
Intermediate File? VEC
Translating...
 21 
 20 
 19 
 18 
 17 
 16 
 15 
 14 
 13 
 12 
 11 
 10 
 9 
 8 
 7 
 6 
 5 
 4 
 3 
 2 
 1 
 0 
 255  bytes. Load? Y
Loading...
VEC
Line 2 Data Type

This is the intermediate file:
Code:
>LIST VEC
961059 FTOI DUP EXECUTE 510 XSIZE 482 XSIZE CREATE @VEC EXECUTE ]
LBL"@VEC" LBL"VEC" 01 "MV"
021/X.
03X<>Y.
04CHS.
05R^.
06CHS.
07R^.
081/X.
09P-R.
10X<>Z.
11R^.
12P-R.
13RDN.
14+.
15X<>Z.
16+.
17R-P.
181/X.
19X<>Y.
20CHS.
21X<>Y.
22.END
END
[ BEEP

Are there any ideas what happens there?

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 - 05-30-2019 05:56 PM



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