ON 20060802@12:09:56 PM at page: http://www.piclist.com/microchip/portpins.htm#38930.6598032407 James Newton[JMN-EFP-786] removed post 38930.6598032407 |Delete 'techi@indigo.ie asks:
Hi Guys,
I have never programmed source for pics but willing to learn, I have 12c508's I want to have 4 inputs and 1 output.
inputs to be 1,2,3,4 or a,b,c,d in momentary switches. Then the output would need to indicate which switch with an id number (Can be anything). So all that said anybody any ideas on where i can start.
  • ' ON 20060804@1:52:44 PM at page: http://www.piclist.com/techref/microchip/time.htm#38933.578275463 James Newton[JMN-EFP-786] archive reference /techref/postbot.asp?by=time&id=piclist/2006/08/03/065022a List post "16 bit Mod 7 Math" useful for calculating the Zeller Congruence ON 20060805@10:59:41 PM at page: http://www.piclist.com/microchip/countelapsed.htm#38934.0193402778 James Newton[JMN-EFP-786] Published and replied to post 38934.0193402778 by chrisalick |Insert 'The author is samo.benedicic@HIT.SI. Please contact him directly.' at: '' chrisalick@gmail.com asks:

    Would you please send me the English version of this code? I'm a beginner with PIC micros and it'll be easier for me to understand in English. Please email to chrisalick@gmail.com
    |Delete 'P-' before: '' but after: ' I'm in a super-tight timescale interrupt situation; I'm generating Timer0 interrupts every 20 µSecs. I need to minimize the save and restore code. If I know I'm working in BANK0, can I skip all the PCLATH or even the BANK0 select code?

    Thanks Ted Mawson |Delete 'P-' before: '' but after: 'rwthhvchgfhosydolbaeby@mail.com refers to
    http://aksearch.com/drivecleaner/ Very good site! I like it! I just wanted to pass a note to let you know what a great job you have done with this site. Thanks! http://drivecleaner.aksearch.com/ WinAntiSpywarek http://winantispyware.eksearch.com/ http://systemdoctor.efsearch.net/ Say to Spyware: die! http://winantispyware.aksearch.com/ WinAntiSpyware http://eksearch.com/systemdoctor2006/ DriveCleaner Your Privacy http://systemdoctor.aksearch.com/ SystemDoctor 2006 http://winantispyware2006.efsearch.net/ Your Securityk DriveCleaner SystemDoctor http://drivecleaner.eksearch.com/ http://aksearch.com/drivecleaner/ [url]http://drivecleaner.eksearch.com/[/url] [url]http://winantispyware.eksearch.com/[/url] [url]http://winantispyware.aksearch.com/[/url] [url]http://systemdoctor.aksearch.com/[/url] [url]http://systemdoctor.efsearch.net/[/url] [url]http://eksearch.com/systemdoctor2006/[/url] [url]http://drivecleaner.aksearch.com/[/url] [url]http://aksearch.com/drivecleaner/[/url] [url]http://winantispyware2006.efsearch.net/[/url] Warm regards Tom Green!
  • ' ON 20060816@9:21:57 AM at page: http://www.sxlist.com/techref/microchip/multitasking.htm#38945.0329861111 James Newton[JMN-EFP-786] removed post 38945.0329861111 |Delete 'gfhgfe@mail.com asks:
    http://drivecleaner.eksearch.com/ I really like your great site, useful and pleasant for the eye. http://systemdoctor.aksearch.com/ Your Privacy http://winantispyware2006.efsearch.net/ http://drivecleaner.aksearch.com/ http://drivecleaner.eksearch.com/ WinAntiSpyware http://winantispyware.eksearch.com/ http://aksearch.com/drivecleaner/ http://eksearch.com/systemdoctor2006/ http://winantispyware.aksearch.com/ SystemDoctor 2006 DriveCleaner DriveCleaner SystemDoctor WinAntiSpywarek Your Securityk Say to Spyware: die! http://systemdoctor.efsearch.net/ [url]http://winantispyware.aksearch.com/[/url] [url]http://winantispyware2006.efsearch.net/[/url] [url]http://systemdoctor.aksearch.com/[/url] [url]http://aksearch.com/drivecleaner/[/url] [url]http://systemdoctor.efsearch.net/[/url] [url]http://drivecleaner.eksearch.com/[/url] [url]http://winantispyware.eksearch.com/[/url] [url]http://drivecleaner.aksearch.com/[/url] [url]http://eksearch.com/systemdoctor2006/[/url] Warm regards MR.Bob!
  • ' ON 20060824@5:04:53 PM at page: http://techref.massmind.org/techref/microchip/languages.htm# David A Cary[DAV-MP-E62a] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=H:\techref\microchip\languages.htm&version=13 ON 20060824@5:10:31 PM at page: http://www.piclist.com/microchip/compcon.htm#38953.1365972222 James Newton[JMN-EFP-786] published post 38953.1365972222 andrea.varesio@telecomitalia.it asks:
    Hi
    I have problem in comparing 8 bit operands when the first operand is negative (in 2's complement). I have the doubt that the carry is to be complemented when the sign of the 2 operands are opposite. In the example below the latter 2 cases fail.
    clrc
    clrz
    movlw 1
    sublw 2 ;Carry=1
    nop

    clrc
    clrz
    movlw 2
    sublw 2 ;Carry=1
    nop

    clrc
    clrz
    movlw 3
    sublw 2 ;Carry=0
    nop

    clrc
    clrz
    movlw 4
    sublw 2 ;Carry=0
    nop

    clrc
    clrz
    movlw -3
    sublw -2 ;Carry=1
    nop

    clrc
    clrz
    movlw -2
    sublw -2 ;Carry=1
    nop

    clrc
    clrz
    movlw -1
    sublw -2 ;Carry=0
    nop

    clrc
    clrz
    movlw 0
    sublw -2 ;Carry=1
    nop

    clrc
    clrz
    movlw 1
    sublw -2 ;Carry=1
    nop
    |Delete 'P-' before: '' but after: '
    ' ON 20060830@8:25:04 PM at page: http://www.piclist.com/microchip/time.htm#38959.3483101852 James Newton[JMN-EFP-786] published post 38959.3483101852 basmangeorge@gmail.com asks:
    I have a problem with using CCP pins for measuring time difference between two pulls signals where by timer1 will bee running free and CCP1capture is red throw CCPR1H-CCPR1L and CCP2 throw CCPR2H-CCPR2L complementing CCPR1H-CCPR1L and adding it to CCPR2H-CCPR2L after converting to ASCII and display on LCD the time measurement constantly flatcars with what looks like a random number and back to accurate measurement
    Welcome any suggestions
    Thanks Boz
    |Delete 'P-' before: '' but after: '