In SX Microcontrollers, SX/B Compiler and SX-Key Tool, CounterRotatingProps wrote: Nimbus I agree with Chris; there seems to be no re-enable. Just curious about this too: [code] .... [code] if minutes<>1 then iout ' minutes roll over to main program OPTION=$C8 p=1 goto Start iout: 'RETURNINT 50 'This doesn't appear to work. Had to implement assembler 'retiw instruction that follows. ASM mov w,#-50 'Interrupt very 1us retiw ENDASM ' ========================================================================= PROGRAM Start ' ========================================================================= Start: [code]... [/code] Was the goto start there when you tried the RETURNINT 50? cheers, - Howard ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=363831#m366442 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2009 (http://www.dotNetBB.com)