-
Delphi
(
https://www.ircforumlari.net/delphi/)
- -
işlemcim MMX
(
https://www.ircforumlari.net/delphi/688269-islemcim-mmx.html)
Kaf_Dağı | 11 Mart 2015 13:26 | işlemcim MMX işlemcim MMX Kod:
function SupportsMMX: Boolean;
begin
Result := False;
try
asm
push eax
push ebx
push ecx
push edx
pushfd
pop eax
mov ebx,eax
xor eax,$00200000
push eax
popfd
pushfd
pop eax
xor eax,ebx
je @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]MX
mov eax,$01
test edx,$800000
jz @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]MX
mov byte ptr[Result],1
@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]MX:
pop edx
pop ecx
pop ebx
pop eax
end;
except;
end;
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
if SupportsMMX then ShowMessage('Computer supports MMX');
end; |
Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 04:46. | |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk