Hi, I am developing with C55 simulator. I find that when my program (.out) is loaded successfully the CPU registers are not reset (they are having incorrect values). How can I make sure all CPU registers are reset when my program is loaded? BTW, I do not want to use GEL_Reset() to accomplish this. Thanks.