neilsf/XC-BASIC

Suggestion: New functions to set/clear IRQ flag

Closed this issue · 3 comments

I'd like to suggest two new functions: IRQSET and IRQCLEAR as equivalents to SEI and CLI.

A more generic solution will be to support ASM ... ENDASM blocks where you can write anything that is not possible in BASIC.

Yeah, that too.

Inline assembly is now supported. A release is coming soon!