asm
https://www.cainiaoya.com/assemblylanguage/assembly-language-jiaocheng.html
x86指令網站在線的
sse的維基百科
https://osdev.wiki/wiki/SSE
https://docs.oracle.com/cd/E26502_01/html/E28388/eojde.html
stl 內存管理庫 stand templet lib
https://www.shouce.ren/api/c/index.htm#
https://www.shouce.ren/api/c/index.htm#
c++ 內聯匯編
int temp1 = 0;
__asm {
eax push, 555;
ebx push, temp1;
add ecx eax,ebx;
push temp1,ecx;
}
cout<<temp1<<endl;
就是這樣用的啊
浙公網安備 33010602011771號