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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/24/01 19:59
Read: times


 
#15124 - In wich way can I set SP ???
I would know in wich way can I configure SP in a determinate point of memory

For example

Cseg

org 0000h ;program starts here

and now for SP???

I have seen pices of code like:

Cseg

cseg

org 0000h
ljmp start

org 0100h ;is this for SP?

start: ..........

Is this correct? can you help me?

But with only -org 0100h- in wich way the mC understand wich is the SP?

Thanks

org 0100h

List of 4 messages in thread
TopicAuthorDate
In wich way can I set SP ???            01/01/70 00:00      
RE: In wich way can I set SP ???            01/01/70 00:00      
RE: In wich way can I set SP ???            01/01/70 00:00      
RE: In wich way can I set SP ???            01/01/70 00:00      

Back to Subject List