;================================================================ ; ; ; ;================================================================ ; select target chip and hex file format LIST p=16f887, f=inhx32 ; include target chip stuff #include ; start at 0 ORG 0 ; variables start at 0x20 CBLOCK H'20' ENDC ;================================================================ ; initialisatie ;================================================================ ;================================================================ ; main loop ;================================================================ ;================================================================ ; end of assembler source ;================================================================ END