a,
defined as macro.
Hardware interrupts IRQ0-IRQ15 are mapped to vectors $20-$2f. You can define an interrupt for IRQ0-IRQ7 like:
20
interrupt
name
forth your-handler clear /forth i;
IRQ8-IRQ15 are defined with 8clear
instead of clear
.
2a
interrupt
name
forth your-handler 8clear /forth i;
t0
will be incremented
18.2 times per second.