|
-
October 10th, 2005, 09:33 AM
#1
getting code length and begin pointer
I got some functions defined like this:
#pragma code_seg(push, r1, ".mycode")
void function1(....)
{
...
}
void function2 .....
#pragma code_seg(push, r1, ".mycode")
i want to know where in the memory .mycode begins, and where it ends/how long it is. how can i get that information from?
some kind of pointer and sizeof to the r1 identifier?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|