Post Reply 
(71b) HP41 module programs in HP71b
06-03-2019, 05:45 PM
Post: #11
RE: (71b) HP41 module programs in HP71b
(06-03-2019 04:41 PM)Erwin Wrote:  the ROM version has some code
Code:
XROM 14,01: user code "NA"
XROM 14,02: user code "*NA"
XROM 14,03: user code "STAR"
XROM 14,04: user code "*STAR"
XROM 14,05: user code "SUN"
XROM 14,06: user code "*SUN"

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.
Visit this user's website 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 - Thomas Okken - 06-03-2019 05:45 PM



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