Structured type definition

The Macro Assembler is extended with the following new keywords in order to support ANSI-C type definitions.

The structured type definition for STRUCT can be encoded as in the following listing:

Listing: Definition for STRUCT

typeName: STRUCT
   lab1: DS.W  1   lab2: DS.W  1         ...

   ENDSTRUCT

where: