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

How to check the object code size and EXE file code size in keil.

hi all,

I need to know the size of the .EXE file that we get after linking, in Keil uvision2. Also if any one can tell me how to find the .OBJ code size, will be of help to me. Any help regarding that is welcome.

(my aim is to know the size of the code that will go to the board keil MCBX51 and shall run)

I am using

C51 compiler.
target is intel 8051
large memory model
program rom 64 K
12 MHZ clock freq.

0