Suggestion: New functions to set/clear IRQ flag
Closed this issue · 3 comments
oliverhermanni commented
I'd like to suggest two new functions: IRQSET and IRQCLEAR as equivalents to SEI and CLI.
neilsf commented
A more generic solution will be to support ASM ... ENDASM blocks where you can write anything that is not possible in BASIC.
oliverhermanni commented
Yeah, that too.
neilsf commented
Inline assembly is now supported. A release is coming soon!