Hi I allocates a segment in BIT and wants to reserve space for 128 bit variabless:
MY_SEGMENT SEGMENT BIT RSEG MY_SEGMENT MY_BIT_VARS: DBIT 0x080
Q: How can I set one(more) bit of the bit variables? Following statements do not work:
SET MY_BIT_VARS.1 SET MY_BIT_VARS^1
Kind Regards Egon Valentini