index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcdocs
/
go32ex
/
outport.pp
blob: eb680d4c043f0efb9a66862c3c03b47f3e75afa6 (
plain
)
1
2
3
4
5
6
7
8
9
uses crt
,
go32
;
begin
outportb
(
$61
,
$ff
);
delay
(
50
);
outportb
(
$61
,
$0
);
end
.