.pg .x clear .lt ------------------------------------------------------------------------ CLEAR flag-name.bit-name ------------------------------------------------------------------------ .el .b 3 The CLEAR macro will generate a clear bit instruction using the ^&bit-name\& as an offset into the ^&flag-name\& defined by the FLAG macro. .b For example: .b .lt flag example . . . clear example.present .el .b will generate the following code: .b .lt example: .byte 0 present = 128 value = 8 . . . bicb #present,example .el .b See also FLAG and SET.