SuperCard Pro Flux Image format (.scp)
#17
On the latest doc

number of tracks:
Code:
BYTES 0x06 and 0x07 are the start track and end track bytes.  Tracks are numbered 0-163.
This is 164 tracks or 82 double sided
But SCP program goes up to 83x2=166 ???

And in SCP IMAGE FORMAT
Code:
; 0006              START TRACK (0-165)
; 0007              END TRACK (0-165)
and later
Code:
IFF_START = 0x06                   ; start track (0-165)
IFF_END = 0x07                     ; end track (0-165)

What is the truth?

in text description
Code:
BYTES 0x08-0x0B contain the length of the track in bit cells (flux transitions).  If a
16 bit width is used (selected above), then this value *2 will be the total number of
bytes of data that is used for that track (16 bit = 2 bytes per word).

There are 5 entries (starting at BYTES 0x08-0x0B), one for each revolution (up to
5 revolutions) contained in a table that follows the track number.  If an entry contains
all zeros (0x00000000) then no more data is available for that track.

You are missing
BYTES 0x0C-0x0F Data Offset

described later in
Code:
; 000C              DATA OFFSET (1st REVOLUTION)    - 4 bytes (offset is from start of Track Data Header - should always be 0x00000044 for this entry)
Reply


Messages In This Thread
SuperCard Pro Flux Image format (.scp) - by admin - 11-01-2013, 05:54 PM
RE: SuperCard Pro Flux Image format (.scp) - by DrCoolZic - 01-04-2014, 10:20 AM



Users browsing this thread: 1 Guest(s)