https://learn.microsoft.com/en-gb/cpp/intrinsics/?view=msvc-170 (https://learn.microsoft.com/en-gb/cpp/intrinsics/?view=msvc-170)
Not sure if this has been posted, but uSoft has made it's MSDN online, downloadable in pdf format (pdf link in lower left of page screen)
It seems to cover Win32 api, haven't found any 64 bit stuff.
If you dig around there's a lot more stuff on SDKs/WDK's ect..
Anyway it's great to obtain them in pdf format.
Hi K_F,
Thanks, I managed to download the pdf file with the command line tool wget.exe :
https://eternallybored.org/misc/wget/ (https://eternallybored.org/misc/wget/)
C:\>wget "https://learn.microsoft.com/pdf?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fcpp%2Fintrinsics%2Ftoc.json%3Fview%3Dmsvc-170"
C:\>ren "pdf@url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fcpp%2Fintrinsics%2Ftoc.json%3Fview=msvc-170" Compiler-intrinsics-assembly-language.pdf