> > 3. The interupt commands are compiler directives, not keywords. > > For example, disable the interupt right before the interupt handler > > name label, not inside the interupt handler routine itself. > > I'll have to try this. I did use the HSERIN command along with all > the setup and compiler directives but could never generate an > interrupt. More to try tomorrow. As I understand it, HSERIN is an interupt service routine built into BASIC. So you should either write your own ISR in BASIC and handle it on the register level OR use HSERIN and all BASIC, but not both, because HSERIN grabs the interupt for it's own use. From the bleeding edge of technology...
Message
Re: MIDI interupts
2004-04-10 by grantrichter2001
Attachments
- No local attachments were found for this message.