Mark Lazarides
Member
I'm using a 16F628 and want to "store" about twenty different characters in the Ram, for comparison and communication purposes. these won't be altered at any time during operation. I was wondering if i could do something like
for each of the characters, thus giving them their own file and fixed value.
Is this necessary? could i just have them as constants by leaving off the equates section? Any advice is greatly appreciated as I'm new to PIC's.
Thanks in advance
Code:
IDA equ 20
#define IDA 0xXX
for each of the characters, thus giving them their own file and fixed value.
Is this necessary? could i just have them as constants by leaving off the equates section? Any advice is greatly appreciated as I'm new to PIC's.
Thanks in advance