BCLR - Clear Bit n in Memory ;flags()

BCLR 0,opr ;M0 < 0 ;(DIR) 8 bit direct

BCLR 1,opr ;M1 < 0 ;(DIR) 8 bit direct

BCLR 2,opr ;M2 < 0 ;(DIR) 8 bit direct

BCLR 3,opr ;M3 < 0 ;(DIR) 8 bit direct

BCLR 4,opr ;M4 < 0 ;(DIR) 8 bit direct

BCLR 5,opr ;M5 < 0 ;(DIR) 8 bit direct

BCLR 6,opr ;M6 < 0 ;(DIR) 8 bit direct

BCLR 7,opr ;M7 < 0 ;(DIR) 8 bit direct

Clear bit n (n=7,6,..0) in location M. All other bits in M are unaffected. M can be any RAM or I/O register address in the area $0000 to $00FF.