The MASM Forum

General => Reference => Topic started by: K_F on April 25, 2023, 04:35:44 AM

Title: Microsoft Learn docs in Pdf format
Post by: K_F on April 25, 2023, 04:35:44 AM
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.
Title: Re: Microsoft Learn docs in Pdf format
Post by: Vortex on April 25, 2023, 05:13:54 AM
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