I have used NASM to assemble each and every assembly file here
- Intel Intrinsics guide useful for comparing with compiler intrinsic assembly
- Understanding x64 Assembly on Windows excellent starter by sonictk
- x86 and AMD64 Instruction database by felix cloutier
- Visual Studio 2022 (most of the assembly here was packed into dlls using its linker and exported for testing)
- x64Dbg when visual studio's debugger wasnt enough for me
Now go beat the compiler because it refuses to use all registers