davepusey said:Exo said:Like i said before, 16F84 only has room for 1024 instructions...
7070 bytes would fit into a 16F876 with some thinkering, but then again, the 16F876 has enough pins to use external eeprom...
Dont want an external eeprom. That adds cost, complexity and more components to project.
EDIT: Does the 16F876 have an 8-bit digital to analog convertor output?
No it doesn't, D2A's are very uncommon on PIC's - but you can easily make an R2R D2A with a few resistors.
You should also be aware that a table can't normally cross a page boundary (256 bytes) due to the 8 bit address counter. There are ways to overcome this though!.