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.
Which OBJ File Format is Keil using ? OMF ? Thanks freudi
If is a 16 bit address, its code 83 Intel format. Should be described in the Utilities Users Guide.
Check http://www.keil.com/support/docs/93.htm. Jon
OMF51 Find the definition here: http://www.keil.com/download/dlf.asp?ID=omf51.zip
Thank you all I got a development kit for an RF-Scanner with some 8051 inside It inlcudes only objectfiles ( By you I know now it is OMF51 Format) I have linked it now and got some warnings (not errors) about unresolved external symbols. For example ?c?memset, but only in the obj-files if i use memset in my c-prog everything is fine ? I can run my program on friday to see if it is really a problem or not. Do you have any suggestions ? Thanks for your help freudi