Setting Interrupt mask

Aaron (amckenzi@interchange.ubc.ca) Sat, 18 Nov 2000 16:20:05 -0800


From: "Aaron" <amckenzi@interchange.ubc.ca>
Subject: Setting Interrupt mask
Date: Sat, 18 Nov 2000 16:20:05 -0800


The command in my last message is for setting the highest priority number. Sorry if I confused anybody. The command I meant to ask about is: mov al,0 ;move correct value for mask register OUT 21h,al ;and output to correct port Enabling all the interrupts so that non are masked? Thanx