Can someone give me a kick up the arse and tell me to do somework
I am totally unmotivated at the moment and have deadlines to meet, but for some reason I just dont care this time


andlw 0xff ;key pressed? btfss STATUS,Z fcall LCDPUTCHAR ;macro display on LCD movf TEMP_W,W ;restore key/status return
andlw 0xff ;key pressed? btfss STATUS,Z goto CALL_LCDPUTCHAR goto RESTORE_W CALL_LCDPUTCHAR fcall LCDPUTCHAR ;macro display on LCD RESTORE_W movf TEMP_W,W ;restore key/status return
Comment