setint off command

Fusee

New Member
I am writing my first program using interrupts and need to use the "setint off" command.

However the editor tells me that there is a syntax error. Any ideas please?

Thank you Alan Swainston
 

Technical

Technical Support
Staff member
'setint off' syntax is shorthand for 'setint 0,0' but is only currently supported on some parts at present

use 'setint 0,0' on any part to do the same job
 
Top