feature_intr can be used to determine if the current platform supports calling the built-in procedure intr.
if not supported(feature_intr) then
begin
writeln('x86 interrupts not supported on the current platform');
abort
end;
Operating Systems: All
Standard Pascal: No