Post Reply 
(71b) HP41 module programs in HP71b
05-31-2019, 12:06 AM (This post was last modified: 05-31-2019 12:13 AM by Sylvain Cote.)
Post: #9
RE: (71b) HP41 module programs in HP71b
Hello Erwin,

You must remove the line numbers and for the case of X<>Z the command is X<> Z with a space before Z because the command is really X<>.

Sylvain

PLIST HP41MVT
Code:
LBL "MV"
1/X
X<>Y
CHS
R^
CHS
R^
1/X
P-R
X<> Z
R^
P-R
RDN
+
X<> Z
+
R-P
1/X
X<>Y
CHS
X<>Y
END

RUN TRANS41
Code:
HP41 Program File? HP41MVT
Intermediate File? HP41MV
Translating...
 20 
 19 
 18 
 17 
 16 
 15 
 14 
 13 
 12 
 11 
 10 
 9 
 8 
 7 
 6 
 5 
 4 
 3 
 2 
 1 
 0 
 89  bytes. Load? Y
Loading...
MV
Done

PLIST HP41MV:
Code:
961059 FTOI DUP EXECUTE 178 XSIZE 146 XSIZE CREATE @HP41MV EXECUTE ]
LBL"@HP41MV" LBL"MV"
1/X
X<>Y
CHS
R^
CHS
R^
1/X
P-R
X<> Z
R^
P-R
RDN
+
X<> Z
+
R-P
1/X
X<>Y
CHS
X<>Y
END
[ BEEP
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 - Sylvain Cote - 05-31-2019 12:06 AM



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