Developer's Topics
Chapter 7, Common Object File Format (COFF)

Arrays

Arrays

The auxiliary table entries for arrays have the format shown in Table 7-32, ``Table entries for arrays''. Defining arrays having more than four dimensions produces a warning message.



Table 7-32 Table entries for arrays

 Bytes   Declaration      Name         Description
 ----------------------------------------------------------
 0-3     long int         x_tagndx     tag index
 4-5     unsigned short   x_lnno       line number of
                                       declaration
 6-7     unsigned short   x_size       size of array
 8-9     unsigned short   x_dimen[0]   first dimension
 10-11   unsigned short   x_dimen[1]   second dimension
 12-13   unsigned short   x_dimen[2]   third dimension
 14-15   unsigned short   x_dimen[3]   fourth dimension
 16-17   -                -            unused (filled with
                                       zeroes)