At 11:56 PM 1/21/99 +0200, Quentin wrote: >So what advantage does it have over the PIC? >Price? > >Can't see much there that will make me wanna use it. >Quentin This looks like a stripped down version of the Z86E08/04/2 Flat memory space, all registers are equal, no "W" register bottleneck... Add R1,R2 or Add R2,R3 Need a 16 bit pointer, grab any pair of registers. It's fast to get things done in, because there's practically never anything you have to do before you can do what you want. The memory space is much nicer than the AVR, which is much nicer than the PIC. I write in all three