-140,140 BNE 2$ JMP DMDONE 2$:; BEQ DMDONJ -213,217 ;************************************************************************; ;* *; ;* The following has been modified for the Emulex SC02/C disk controller*; ;* to use the 22 bit addressing capability of the SC02/C with TSX+ V3 *; ;* and later. The extended address lines receiver IC (U107) must be *; ;* installed on the SC02/C also. Modified 04-Mar-83 by: *; ;* Dale J. Travis *; ;* Saturn Systems, Inc. *; ;* 6875 Washington Ave S. *; ;* Suite 218 *; ;* Minneapolis, MN 55345 *; ;* 612-944-2452 *; ASR (SP) ;Move extended address *; ASR (SP) ; bits to bits 0-5 *; ASR (SP) ; *; ASR (SP) ; *; BIS #22000,@SP ;Must set these bits *; ;Read the Emulex manual !!!!! *; MOV (SP),DMEXT ;Extended address bits *; SWAB @SP ;Bits 0 & 1 up to bits 8 & 9 *; BIC #^C1400,@SP ;Save only bits 8 & 9 *; BIS (SP)+,DMFUNC ;Address bits 16 & 17 *; ;* *; ;************************************************************************; -221 MOV DMEXT,20(R4) ;Set the extended bits into the spare reg*; -225 DMEXT: .WORD 0 ; *; /