Search found 2 matches

by ElectronicBrains
Thu Sep 18, 2003 7:05 am
Forum: Computer Programming
Topic: Stamp vs PIC microcomputers
Replies: 16
Views: 14988

Re: Stamp vs PIC microcomputers

<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr>Originally posted by bodgy: void main();<p>unsigned char sec,min;<p>void main() { while(1) { //counting decimal 0-> 100 in BCD #asm plus: incf sec movlw 6 addwf sec,w btfss STATUS,DC goto plus movwf...
by ElectronicBrains
Wed Sep 17, 2003 7:21 pm
Forum: Computer Programming
Topic: Stamp vs PIC microcomputers
Replies: 16
Views: 14988

Re: Stamp vs PIC microcomputers

<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr>Originally posted by Rodney: I want to get my feet wet with either the Stamp or PIC microprocessors. I'm a retired EE and did some programing on the old 286 and also S100 bus but have been dormant f...