dos_compilers/Microsoft Pascal v4/INCLUDE/PORT.INT
2024-07-01 21:27:27 -07:00

9 lines
129 B
Plaintext

Interface;
Unit Port(InP,OutP);
Function InP(PortNo:Word):Byte;
Procedure OutP(PortNo:Word; Data:Byte);
End;