Test t6200:
Machine instructions KMOVB KMOVW KMOVD KMOVQ
- Tested procedures
-
IikKMOVB
IikKMOVW
IikKMOVD
IikKMOVQ
- Source & expected listing
t6200.htm.lst
-
| | EUROASM LIST=ON,DUMP=ON,DUMPWIDTH=24,CPU=X64,SIMD=AVX512,EVEX=ENABLE
| |t6200 PROGRAM FORMAT=BIN, LISTMAP=OFF, LISTGLOBALS=OFF
|[Mode64] |[Mode64] SEGMENT WIDTH=64,PURPOSE=CODE
|00000000:C5F990CA | KMOVB K1,K2
|00000004:C5F9900E | KMOVB K1,[RSI]
|00000008:C5F99117 | KMOVB [RDI],K2
|0000000C:C5F992C9 | KMOVB K1,ECX
|00000010:C5F993C2 | KMOVB EAX,K2
|00000014:C5F890CA | KMOVW K1,K2
|00000018:C5F8900E | KMOVW K1,[RSI]
|0000001C:C5F89117 | KMOVW [RDI],K2
|00000020:C5F892C9 | KMOVW K1,ECX
|00000024:C5F893C2 | KMOVW EAX,K2
|00000028:C4E1F990CA | KMOVD K1,K2
|0000002D:C4E1F9900E | KMOVD K1,[RSI]
|00000032:C4E1F99117 | KMOVD [RDI],K2
|00000037:C5FB92C9 | KMOVD K1,ECX
|0000003B:C5FB93C2 | KMOVD EAX,K2
|0000003F:C4E1F890CA | KMOVQ K1,K2
|00000044:C4E1F8900E | KMOVQ K1,[RSI]
|00000049:C4E1F89117 | KMOVQ [RDI],K2
|0000004E:C4E1FB92C9 | KMOVQ K1,RCX
|00000053:C4E1FB93C2 | KMOVQ RAX,K2
| |ENDPROGRAM t6200
- Expected messages
t6200.out
I0180 Assembling source file "t6200.htm".
I0270 Assembling source "t6200".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t6200". "t6200.htm"{58}
I0510 Assembling program pass 1. "t6200.htm"{58}
I0530 Assembling program pass 2 - final. "t6200.htm"{58}
I0660 16bit TINY BIN file "t6200.bin" created, size=88. "t6200.htm"{80}
I0650 Program "t6200" assembled in 2 passes with errorlevel 0. "t6200.htm"{80}
I0750 Source "t6200" (98 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t6200.htm.lst" created, size=1073.
I0990 EuroAssembler terminated with errorlevel 0.
▲Back to the top▲