ljcox
Full Member level 5
- Joined
- Feb 1, 2006
- Messages
- 253
- Helped
- 25
- Reputation
- 50
- Reaction score
- 23
- Trophy points
- 1,298
- Location
- Melbourne Australia
- Activity points
- 3,119
I have not used the EEPROM in a PIC before.
In the template for the 16F628A, the last three lines are as follows:-
; initialise eeprom locations
ORG 0x2100
DE 0x00, 0x01, 0x02, 0x03
I don't understand what this means.
Does the DE line represent the data that will be inserted in the first 4 EEPROM locations?
Or does it represent the addresses of the first 4 locations?
In short, how do I insert the EEPROM data into the .asm?
I programme in assembly, not C.
Any assistance will be appreciated.
In the template for the 16F628A, the last three lines are as follows:-
; initialise eeprom locations
ORG 0x2100
DE 0x00, 0x01, 0x02, 0x03
I don't understand what this means.
Does the DE line represent the data that will be inserted in the first 4 EEPROM locations?
Or does it represent the addresses of the first 4 locations?
In short, how do I insert the EEPROM data into the .asm?
I programme in assembly, not C.
Any assistance will be appreciated.