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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/04/03 20:38
Read: times


 
#42907 - Magic start address
Hello,
I use TUSB3210 controller. On reset, it downloads code from external serial EEPROM into internal code memory and starts executing from address 0x00. How can my program work properly starting with the following code:

ORG 00H ;arbitrary start
BUF: DB '(c) Copyright, 1984'
JMP start
start:
; program starts here

I've written this code by mistake. Actually, line 3 should precede line 2. But there is no difference in work! I've even looked into compiled code that I program my EEPROM. The JMP instruction follows the string in the code.

List of 7 messages in thread
TopicAuthorDate
Magic start address            01/01/70 00:00      
   RE: Magic start address            01/01/70 00:00      
   RE: Magic start address            01/01/70 00:00      
   RE: Magic start address            01/01/70 00:00      
   just goes to show...            01/01/70 00:00      
      RE: just goes to show...            01/01/70 00:00      
      RE: just goes to show..., Andy            01/01/70 00:00      

Back to Subject List