Alex Mc Leod viewed my blog and had this comment:
Viewed your BLOG and liked it very much
Archive for the ‘Uncategorized’ Category
some feedback for my BLOG
Saturday, March 13th, 2004IF YOU WANT TO CONTACT ME
Tuesday, March 9th, 2004Let’s see if this works!
My e-mail address is
lvkeegan@comcast.net
you might have some questions or comments
CREATING A TABLE ON THE PIC
Monday, March 8th, 2004Today I have created a TABLE similar to an array on my PIC.
But note that this is not just a list of bytes in RAM, but bytes in
the EEPROM DATA memory. Program memory is for 14 bit
instructions, but EEPROM data memory is in bytes.
I created a program in QBASIC that creates a table. It is called
MAKETABL.BAS. There is another program READTABL.BAS.
These programs use PIC programming commands the same
as those used to enter the main program onto the PIC.