We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all, In my application I need to access to the value that Stack is initialized, in general C51 does it in the startup code: MOV SP,#?STACK-1 What I need is to be able to use later on in my code the value "?STACK-1" and copy it to other variable. Thanks for your help in advance! Alfredo M.