Mastodon
Programmierung

Read Port

[code lang=”delphi”]function ReadPortB( wPort : Word ) : Byte;
begin
asm
mov dx, wPort
in al, dx
mov result, al
end;
end;
[/code]

[tags]Delphi, Ports[/tags]

0 Kommentare zu “Read Port

Schreibe einen Kommentar

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