Hello, I want to use a in-circuit-emulator with the Keil C51. The emulator requires three files. 1) source.sld or source.O51 file for source level debugging 2) source.c 3) source.sym i.e. the symbol file How can I generate the source.sld, source.O51 and the source.sym files? Regards, Mohit
What command is required to generate the source.O51 and source.syb files? Mohit
None. You can generate HEX files with OH51.EXE, read the docs on that. The symbols are in the output file that BL51.EXE creates.