Post what you've got.... I'll see what's up.... If you don't want it seen by many, then PM me...
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.
char Count;
void main(void)
{
while (1)
{
#asm
movlw 0x17
movwf _Count
#endasm
}
}