◄Directive Summary► ◄Summary► ────────────────────────────────────────────────────────────────────────────── Syntax: recordname RECORD field [,field]... Declares a record type consisting of the specified bit fields. Multiple fields must be separated by a comma. The sum of the widths for all fields must not exceed 16 bits. recordname A unique symbolic name. field Each field has the following form, in which width is a constant giving the number of bits in the field, and expression optionally sets an initial or default value. fieldname:width[= expression] See Also: STRUC, MASK, WIDTH -♦-