Post Reply 
(71b) HP41 module programs in HP71b
06-03-2019, 07:07 PM (This post was last modified: 06-03-2019 07:08 PM by Erwin.)
Post: #12
RE: (71b) HP41 module programs in HP71b
(06-03-2019 05:45 PM)Thomas Okken Wrote:  That's just informational output from rom2raw. Assuming you're looking at the zip file attached here, just work from the navigation.raw file, or if you want to use the navigation.txt file, just delete everything that doesn't start with a line number, i.e. everything from the start of the file until just before the line

Code:
01>LBL "NA"

Everything from that line onwards, until the end of the file, is user code, so that should be OK to convert and run. N.B. The Navication Pac is 100% user code, so you should be able to run all of it.

Hello Thomas,

thanks for your reply - it is very helpful. But about the ">" Sign should i keep it? The other thing is, that the number start from 01 in between the code. Is this a problem or should I ignore it (delete)?
Code:
168 |-"N"
169 |-"?"
170 PROMPT
171 XEQ "*HR"
172 END

01>LBL "STAR"
02 CF 06
03 XEQ "D+T"
04 "STAR NO.=?"
And what about the "|" sign like in line 169 above? Keep it, delete it, change it? Then I'll start on the weekend again :-)

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-03-2019 07:07 PM



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