Hi,
I have been working (mainly over the Christmas holidays) on a method to transfer HP-85 Basic programs to an EPROM for the HP-9915. PROM boards are standard on the 9915 unlike tape drives which were an option. The method involves creating a LIF-like directory and breaking down programs into 256 byte records. Also each record has a two-byte checksum value added.
The whole method is on my web page at
http://www.vintagecomputers.btinternet.co.uk/hp85/hp9915_eprom.htm
This method uses LIFUTIL on the PC and HP-85 Basic programs. There are Series 80 binary programs around (and also utilities like SYSEXT on the HP-87) that can read raw sectors, but I wanted to use a basic approach that was easy for me to understand. I hope one day the original HP software pack for the 9915 surfaces, as there must be an easier way!
I would also welcome some help in understanding the CHECKSUM function, it does not seem to match IBM SDLC checksums as claimed in the manual.
BTW I would not be surprised if a similar method could be applied loading programs into EPROMs on the IPC (Integral PC).
Regards,
John