Vcipher Undoinker  optional parameters for EXPERTS.

IMG file syntax: NOTE THIS IS OPTIONAL and need NOTbe in any way modified by YOU. It will default to perfectly satisfactory values and is beyond the scope of may Undoinker  purchasors. If you DO understand this they please customize your image using it BUT this is NOT SUPPORTED by VCIPHER Technologies as it is UNNECESSARY for programming. It is simply here for EXPERTS who DO NOT require any assistance with this.

	File: (extension should be .IMG)
	<title>
	<data record>
	.....
	<data record>
	<config record>

Below is the description of the records:

    Title:
	#<text string> - any string (no more than 40 characters, one line)
			 (this should describe what the file does)

    Data record:
	:CCHHLL00XX.....XXSS

    where:
	'CC'     - byte count of the data
	'HHLL'   - starting address of the data
	'XX..XX' - data
	'SS'     - checksum made to make the total byte sum of the record equal to 0 (SS = -(CC+HH+LL+XX...))

    Configuration record: (this record should be the last, it marks the end of file)
	:00KKVV01SS

    where:
	'KK' is the 'Fuse Byte' (location 8020)
	'VV' is the version of the software
	'SS' is the checksum (as above)

    Notes: (Read carefully !!!)

	* Any line not beginning with '#' or ':' will be ignored (for example - comments)

	* Data records can describe any location in the range 8020..8FFE (inclusive),
	  any data out of this range is ignored.

	* Any location not defined in the image file is left untouched in the card
	  except for:
	      8020 (Fuse byte) - if not defined defaults to 'KK' in the config record.
	      8021 (2's complement of Fuse) - always = [8020] xor FF.
	      8025 - if not defined defaults to 03 hex.
	      8026 - if not defined defaults to 12 hex.
	      8028..8067 - if not defined is cleared. (sorry...)
	      8FFF - always = FF.
