bianchi77
Advanced Member level 4
- Joined
- Jun 11, 2009
- Messages
- 1,313
- Helped
- 21
- Reputation
- 44
- Reaction score
- 20
- Trophy points
- 1,318
- Location
- California
- Activity points
- 9,442
Guys,
How can I write into 256 bytes EEPROM with loop on assembly (PIC) ?
I need to use loop for it, but not clearly understand on how to do it?
I have function for writing to EEPROM already,
I have 256 content, shall I use btfss status,z ? nested loop ?
any links or suggestions will be appreciated,
thanks
How can I write into 256 bytes EEPROM with loop on assembly (PIC) ?
I need to use loop for it, but not clearly understand on how to do it?
I have function for writing to EEPROM already,
Code:
movlw 0x01 ;content of eeprom
call write_eeprom;
I have 256 content, shall I use btfss status,z ? nested loop ?
any links or suggestions will be appreciated,
thanks