[Menu]>[Circuits Gallery]>[Signboard 2]>[Software]
001 002 003 004 005 006
;************* Edge LED flash to Left ***************** left movf portb,w ;Read portb andlw h'7f' ;Set left data movwf portb ;Output data return