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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/06/01 12:13
Read: times


 
#15483 - RE: Question about ORG
Hi Alain

The beginning of the code memory is reserved for Jump vektors for interrupts. That's why you usualy do not write code in that. Do you realy know where your project will lead you and how many interrupts you need?
The first org is to write ljmp start to the reset vektor.
the second one is to put start on a defined place.

Maby you should visit Tutorials

Have fun

Peter

List of 4 messages in thread
TopicAuthorDate
Question about ORG            01/01/70 00:00      
RE: Question about ORG            01/01/70 00:00      
RE: Question about ORG            01/01/70 00:00      
RE: Question about ORG            01/01/70 00:00      

Back to Subject List