CLKSET to "reset" CPU
Peter Jakacki
Posts: 10,193
I need a way to reset the CPU as if code has just been loaded and run for the first time. Is there an easy way to do this or is it possible to have the equivalent of the CLKSET #$80 to restart the CPU without wiping any code.
BTW, I tried a $100 0 DO I CLKSET LOOP but there was nothing to indicate that this register is active.
BTW, I tried a $100 0 DO I CLKSET LOOP but there was nothing to indicate that this register is active.
Comments
If it doesn't, it means something simple got broken that I will fix.
It's a full reset. You'd have to make a program to shut down every other cog and then COGINIT me,#0.