(C) 1998 AROS - The Amiga Research OS
iisscccc where ii is the instruction code: 0 - copy following c+1 elements 1 - repeat following element c+1 times 2 - take next byte as offset, then copy 3 - take the next 3 bytes (in the machine's particular byte ordering) as offset, then copy ss is the element size 0 - LONGs 1 - WORDs 2 - BYTEs cccc is the element count-1
Instruction bytes must follow the same alignement restrictions as LONGs, the following elements are aligned to their particular restrictions.
A 0 instruction ends the init table.