My application is split into two parts. Code, and some constant data, that resides in CODE space. Data, that resides in XDATA space. Due to memory constraints this is being built as two separate images, Code & Data. The Code is loaded into CODE space, the Data should be loaded into XDATA space before the Code starts to execute. Obviously loading the Code is something dScope does well. Is there a way to take a ABS/HEX image and load it into XDATA via dScope? Thanks in advance, Mark.