PDA

View Full Version : basic v1.1


garyb
05-09-00, 06:46 AM
Is there a way to use both external interrupts with Basic v1.1 running on a nmiy-0031 board?? tnx

nmitech
05-09-00, 10:11 AM
I don't see why not, as long as all the interrupt driven routines are handled properly. One should have priority over the other. Also there are some restrictions that mentioned in the BASIC USER MANUAL on chapter 9 under section 9.7 INTERRUPTS. Please see the Basic user manual for more details.

garyb
05-09-00, 04:48 PM
I see that the interrupt vectors for the external interrupts are mirrored to 4003H and 4013H. How do I have access to this segment of memory if the basic eprom is in the U2 position ? (perhaps these locations are in data space ??) tnx again