Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/28/02 18:02
Read: times


 
#24975 - RE: Cypress, Hex, and EEPROM
Im not sure, but I guess you should use a Boot Instruction @ address 00h (within 3 bytes, typically a jump to the part where ur code begins). EG:

.org 0000h
LJMP 0100h
<<interrupt routines etc>>
.org 0100h
...
<<your code>>
...


Regards,
Sriharsha.


List of 4 messages in thread
TopicAuthorDate
Cypress, Hex, and EEPROM            01/01/70 00:00      
RE: Cypress, Hex, and EEPROM            01/01/70 00:00      
RE: Cypress, Hex, and EEPROM            01/01/70 00:00      
RE: Cypress, Hex, and EEPROM            01/01/70 00:00      

Back to Subject List