Mastodon
Programmierung

Write Port

[code lang=”delphi”]procedure WritePortB( wPort : Word; bValue : Byte );
begin
asm
mov dx, wPort
mov al, bValue
out dx, al
end;
end;
[/code]

[tags]Delphi, Ports[/tags]

0 Kommentare zu “Write Port

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.