Problem
Write a PICISF assembly language program at address 0x50 that will check whether the 8-bit unsigned number i n WREG is Odd or even. If the number is even, the program will clear all bits in data register 0x40 to 0'3. On the other hand, if the number is odd, the program will all bits in data register 0x40 to 1'5. Assume that the 8-bit numbers are already loaded into WREG.