Source file: /~heha/hs/lptdac.zip/LBF.PAS

program lbf;
begin
 Port[$21]:=Port[$21] and $DF;	{EI IRQ5}
 Port[$20]:=$65;		{Spez. EOI IRQ5}
 InOutRes:=Port[$22E];
end.
Detected encoding: ASCII (7 bit)2