* BNKEQU;S
 
* Equates for BANKIT routine. These equates tell BANKIT where to look for
* routines located in the Eprom banks.
*
* By Brad Snyder for the WHT SCSI adaptor. 12-23-94.
*
* The first byte in the equate tells the bank number of the routine, and the
* second byte is the offset into the address table at the beginning of each
* bank.
*
* Assemble into every Eprom bank.
 
SCSIRD EQU  >0700             bank >07, offset >00
SCSIWT EQU  >0701
SCSIPU EQU  >0702             powerup
SCSIIN EQU  >0703             interrupt
TESTME EQU  >0300             test routine in bank 3
 
