HP2000 Tape Conversion

From: Kevin Handy <kth_at_srv.net>
Date: Sat Dec 6 12:49:05 2003

Al Kossow wrote:

>>Any ideas how to convert a tape cut on an HP2000 into the .tap format
>>used by the SIMH hp2000 simulator?
>>
>>
>
>Eric Smith has a program called tapecopy that will do this under Linux
>
>.tap is <little-endian 32 bit record length> <data> <copy of record length>
>with a single byte of 0 for a tape mark.
>
>
>
I think it is more than one zero byte. I believe you need a full 32
bit wide zero (4 bytes) for the simh tap format.

>To create a .tap file from a real tape you:
>
>read a tape record
>
>if it is a tape mark, put out a byte of zero
>
>else
>
>write the record length
>write the data
>write the record length
>
>
>
>
Received on Sat Dec 06 2003 - 12:49:05 GMT

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:35:49 BST