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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/11/07 13:54
Read: times


 
#130638 - LJMP opcode
Responding to: ???'s previous message
0x02 is LJMP opcode.
Program execution starts at 0x0000 in 8051, so if you want your program starting anywhere else (e.g. label Start at address 0x4000), you need to put a LJMP Start on address 0x0000, which is translated as 0x02 0x40 0x00.

JW


List of 4 messages in thread
TopicAuthorDate
Reset Vectors            01/01/70 00:00      
   LJMP opcode            01/01/70 00:00      
   Crossposted in Keil forum            01/01/70 00:00      
   basic information STOP            01/01/70 00:00      

Back to Subject List