asm bits in mixed code

In a c/assembler program I want to reserve a byte in the bit addressable area, I use

ASMBITS SEGMENT DATA AT 32
according to the A51 assembler manual discussion of SEGMENT this should be OK.
I get a syntax error pointing to the 'AT'
Why

Erik

More questions in this forum