I wonder if anyone can help me out... I wish to debug a C application using a MetaICE-XF ICE for the Dallas DS80C400. The application has been compiled using the Keil compiler v7.2 in the uVision 2 environment. The memory model is Large: variables in XDATA and the Code Rom Size is Contiguous Mode (16MB program). I have successfully convinced myself that I can set break points etc in the application but am unable to get a program view where C statements are interleaved with the underlying op codes. ie What I want to do is debug the C source code, not the assembler. I understand that this is possible; in fact the Metalink h/w comes with examples using .AOM files. Unfortunately I've been unable to configure the Keil compiler to generate aom files (or dgb files) and would appreciate some pointers. Many thanks.