• About the start address and length of "_DATA_GROUP_"
    Now, I want to know the start address and length of "_DATA_GROUP_", How can I do it, thanks.
  • The length of struct
    Hi, I define a struct like below: typedef struct { unsigned type :6; unsigned delete :1; unsigned mask :1; }UnitType; I think the length of this struct is 1 byte, but to my surprise,...
  • Get an address of function
    I am using 89v51RD2. my question is how to push an address of a function on to stack in C?? For the same how do I get address of a function?? Plz Help.
  • Placing program length in code
    I have a bootloader that I am trying to write and I'm not sure how to go about having program size, in bytes, coded somewhere in the images it tries to load. Basically, I want to read the app code...
  • How to give starting address of a function
    I want to knwo How can I give starting address of a fucntion. I want to know for both a function written in C and even in assembly. The reason I require is that, in P89V51RD2 when I use to do IAP...