EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t3790: Machine instruction LDDQU


Tested procedures
IipLDDQU  
Source & expected listing t3790.htm.lst
| | EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=32, CPU=X64, SIMD=SSE3 | |t3790 PROGRAM FORMAT=BIN, LISTMAP=OFF, LISTGLOBALS=OFF |[Mode16] |[Mode16] SEGMENT WIDTH=16,PURPOSE=CODE |0000:F20FF00C | LDDQU XMM1,[SI] |0004:26F20FF00C | LDDQU XMM1,[ES:SI] |0009:F20FF04F0A | LDDQU XMM1,[BX+10] |[Mode32] |[Mode32] SEGMENT WIDTH=32,PURPOSE=CODE |00000000:F20FF00E | LDDQU XMM1,[ESI] |00000004:F20FF04C8EF0 | LDDQU XMM1,[ESI+4*ECX-16] |0000000A:67F20FF04F0A | LDDQU XMM1,[BX+10] |[Mode64] |[Mode64] SEGMENT WIDTH=64,PURPOSE=CODE |00000000:F2440FF01E | LDDQU XMM11,[RSI] |00000005:F2440FF05C8EF0 | LDDQU XMM11,[RSI+4*RCX-16] |0000000C:67F2440FF05B0A | LDDQU XMM11,[EBX+10] | |ENDPROGRAM t3790
Expected messages t3790.out
I0180 Assembling source file "t3790.htm". I0270 Assembling source "t3790". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t3790". "t3790.htm"{49} I0510 Assembling program pass 1. "t3790.htm"{49} I0530 Assembling program pass 2 - final. "t3790.htm"{49} I0660 16bit TINY BIN file "t3790.bin" created, size=51. "t3790.htm"{62} I0650 Program "t3790" assembled in 2 passes with errorlevel 0. "t3790.htm"{62} I0750 Source "t3790" (80 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t3790.htm.lst" created, size=937. I0990 EuroAssembler terminated with errorlevel 0.

▲Back to the top▲