The field inside of a structured type may be:
The following table lists the ANSI-C standard types and their converted equivalents in the assembler notation:
| ANSI-C type | Assembler Notation |
|---|---|
| char | DS - Define Space |
| short | DS.W |
| int | DS.W |
| long | DS.L |
| enum | DS.W |
| bitfield | -- not supported -- |
| float | -- not supported -- |
| double | -- not supported -- |
| data pointer | DS.W |
| function pointer | -- not supported -- |