=20 Hmm, do you think that=92s a big enough reason to use Microchip C18 = instead of HI-TECH's compiler? I have no yet used PIC's enough to know how often = you would need to use a 24 bit variable, and if you could juse use asm in = those cases you do. I only noticed HI-TECH PICC lacked 24 bit support when I wanted to = implement Roman Black's one-second timer which needed a 24 bit variable. I guess = in this case I could have used a 32 bit variable, but used inline assembly instead. _____ =20 Andr=E9 Miller =09 -----Original Message----- From: pic microcontroller discussion list = [mailto:PICLIST@MITVMA.MIT.EDU] On Behalf Of Mike Harrison Sent: 31 March 2004 05:54 PM To: PICLIST@MITVMA.MIT.EDU Subject: Re: [PIC:] Microchip C18, or HI-TECH PICC18? On Wed, 31 Mar 2004 17:03:47 +0200, you wrote: >Hi Gerhard, > >Thanks for your response. You are right, I am a beginner which is why=20 >these libraries was attractive to me, but as you say, if the sources=20 >are there (and it looks like they are included) I could adapt it for=20 >use in any compiler. > >Have you ever found you needed a 24 bit integer datatype and wished=20 >PICC had support for it? Frequently. There are many cases where 16 bits isn't quite enough but 32 = is wasteful.=20 Probably less of an issue on the PIC18, but on the 16 series, RAM is = usually the first thing you run out of. -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu