title: "PreventIRQ" description: TRSE built-in method (from IDE help)
PreventIRQ
Systems: MOS6502, X16, MEGA65
Parameters: —
Prevents interrupts from triggering
PreventiIRQ();
// same as
asm(" sei");
title: "PreventIRQ" description: TRSE built-in method (from IDE help)
PreventIRQSystems: MOS6502, X16, MEGA65
Parameters: —
Prevents interrupts from triggering
PreventiIRQ();
// same as
asm(" sei");