Get station address.                             

Server

Y

Station

Y

Interrupt

21h

Input

Output

AX FFh 82h   Station Number AX
BX         BX
CX         CX
DX         DX
Programming example:

        MOV AH, 0FFh
        MOV AL, 82h
        INT 21h
        MOV STN,AL  ;  AL = Station address


Copyright © 1985 to 2022 Beta Systems                            Last modified: Wednesday, January 05, 2022 .