NAR-5620 Series
User
’
s
Manual
35
jmp test_fail ;
call_return :
lea dx,PROMP_2_CR_LF
mov ah,09h
int 21h
pop dx
pop cx
pop bx
pop ax
ret
KB_wait ENDP
;---------------------------------------------------------------;
;
READ_GPI6_TO_AL
;
;---------------------------------------------------------------;
;
Input : NONE
;
;
STACK PRESENT
;
;
Output: AL , Bit6 = GPI6
;
;
;
;
Destroy : AL
;
;---------------------------------------------------------------;
READ_GPI6_TO_AL PROC
near
push bx
push dx
xor bx,bx