This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

0