| ??? 12/18/02 22:13 Read: times |
#34690 - RE: AT8051 Vs PIC16F84 |
One thing the PIC does well is promote very poor programming style. With no built-in parameter stack, the programmer is left to "overlay" variables/registers in such a fashion that they don't get trampled on by
other routines. A nice data stack as well as blowing off the paging and banking would make the PIC tolerable. GB |



