Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The code was for a 16f690 you can use RA5 but the 16f628a you use RA3.RA5 Cannot be set as output, it is MCLR.
i use 16f628 transistors bc 546
https://www.electro-tech-online.com/attachments/16f628led-cube-png.27668/
Where is the ASM code. The LEDs each need a current limiting resistor.
bsf STATUS,RP1 ; select Page 2,
bcf STATUS,RP0 ; by setting RP1 in Status register and clearing RP0
; clrf ANSEL ; select Digital I/O on port C
; clrf ANSELH ; " "
bcf STATUS,RP1 ; back to Register Page 0