I'm getting a Message[302] in the following code and I do not understand what I have done wrong to cause it. Any ideas? 0023 00054 START 0023 1683 00056 bsf STATUS, RP0 0024 0064 00057 clrwdt 0025 30A0 00058 movlw B'10100000' 0026 008B 00059 movwf INTCON 0027 30D4 00060 movlw B'11010100' Message[302]: Argument out of range. Least significant bits used. 0028 0081 00061 movwf OPTION_REG 0029 1283 00062 bcf STATUS, RP0