2.2.26.4 Actel-HEX

A simple address/data pair format. All the addresses that have content are specified. Addresses with no content specified will be initialized to zeroes. The file extension is AHX, such as filex.ahx. The format is:

AA:D0D1D2

Where AA is the address location in hex. D0 is the MSB and D2 is the LSB. The data size must match the word size.

Example: Depth 6, Width is 8

00:FF

01:AB

02:CD

03:EF

04:12

05:BB

All other addresses will be zeroes.