Ah yeah, I've done that in the past but was curious about trying to write some programs in pure assembly and was wondering how to make interrupts work with that. I'll go look at the definition for that command and see what I can find.
Found the...
I was having some fun researching interrupts and thought it'd be cool to try and write my own interrupt handler in assembly. The only problem is I can't seem to find the location of the interrupt vector table so I can point the teensy to my...