┌───────────┬───────────┐
00h │#ITERATIONS│DATA LENGTH│
├───────────┼───────────┼─────┐
04h │DATA BYTES │ . . . │ ... │
└───────────┴───────────┴─────┘
DATA LENGTH = DW The size of the data pattern in bytes. This specifies the number of bytes of data of which the pattern consists. The maximum size is one half of the PAGE SIZE (given in the module header). If a pattern exceeds this value then the data page will not be condensed into iterated data.
DATA = DB * DATA LENGTH The Data pattern to be replicated. The next iteration
record will immediately follow the last byte of the pattern. The offset
of the next iteration record is easily calculated from the offset of this
record by adding the DATA LENGTH field and the sizes of the #ITERATIONS
and DATA LENGTH fields.