??? 08/30/06 21:17 Read: times |
#123409 - Hi-tech Responding to: ???'s previous message |
The code for Hi-tech C is quite Small. You Can Try the PIC-LITE Version (limited including CPUs) Or the 30 day eval version. They have several good examples. Good Stuff. The Same is true for the 8052 do not use C to hide what you are doing. Pointers, Signed Numbers, Longs, float,and Multiplcation eat code and cycles. Remember a Good ASM programmer can make smaller faster code then a good compiler. A beginner (on the CPU) maybe not. Plus you maybe able to reuse the C code later. How tight is the asm code? are you bumping the 2K limit now? By the way the BIT operation are BCF and BSF. Not as I said before. |