This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

when executed text section

is there a Good code (function is better ) to know when the code file executed from text section ...in access or write

no problem if it is ASM or C Or basic
many thanks

Parents
  • Is simply to see from which section code is executed by detecting entry point origin. About ready made work either try google either try read and understand hex files structure. There was a good document about them somewhere.

    Br

Reply
  • Is simply to see from which section code is executed by detecting entry point origin. About ready made work either try google either try read and understand hex files structure. There was a good document about them somewhere.

    Br

Children