Consider the following scenario:
Note The following is part of the listing file:
- You use Microsoft Macro Assembler (MASM) for x86 (ml.exe) or MASM for x64 (ml64.exe) to assemble an assembly language source file in Microsoft Visual Studio 2010 that contains the following code:
vpsrld xmm0, xmm1, xmm2
vpslld xmm0, xmm1, xmm2 - You open the assembled code listing file (.lst), and then you check the outputs.
Note The following is part of the listing file:
00000000 C5 F1 F2/ C2 vpsrld xmm0, xmm1, xmm2
00000004 C5 F1 F2/ C2 vpslld xmm0, xmm1, xmm2