EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t3116: Machine instructions XOR XORB XORW XORD in 32bit mode


Tested procedures
IigXOR   IigXORB   IigXORW   IigXORD  
Source & expected listing t3116.htm.lst
| | EUROASM LIST=ON,DUMP=ON,DUMPWIDTH=36,CPU=386 | |t3116 PROGRAM FORMAT=BIN,IMAGEBASE=0,LISTMAP=OFF,LISTGLOBALS=OFF |[Mode32] |[Mode32] SEGMENT WIDTH=32,PURPOSE=CODE |00000000:3402 | XOR AL,2 |00000002:80F002 | XOR AL,2,CODE=LONG |00000005:66350200 | XOR AX,2 |00000009:6683F002 | XOR AX,2,CODE=LONG |0000000D:83F002 | XOR EAX,2 |00000010:3502000000 | XOR EAX,2,CODE=SHORT |00000015:80F102 | XOR CL,2 |00000018:8035[AE000000]02 | XOR [MemByte],2 |0000001F:6683F102 | XOR CX,2 |00000023:6681F10200 | XOR CX,2,IMM=WORD |00000028:668335[AC000000]02 | XOR [MemWord],2 |00000030:668135[AC000000]0200 | XOR [MemWord],2,IMM=WORD |00000039:8135[AC000000]02000000 | XORD [MemWord],2,IMM=DWORD |00000043:83F102 | XOR ECX,2 |00000046:81F102000000 | XOR ECX,2,IMM=DWORD |0000004C:8335[A8000000]02 | XOR [MemDword],2 |00000053:668335[A8000000]02 | XORW [MemDword],2 |0000005B:8135[A8000000]02000000 | XOR [MemDword],2,IMM=DWORD |00000065:803702 | XORB [EDI],2 |00000068:66833702 | XORW [EDI],2 |0000006C:833702 | XORD [EDI],2 |0000006F:30D1 | XOR CL,DL |00000071:32CA | XOR CL,DL,CODE=LONG |00000073:30F5 | XOR CH,DH |00000075:32EE | XOR CH,DH,CODE=LONG |00000077:6631D1 | XOR CX,DX |0000007A:6633CA | XOR CX,DX,CODE=LONG |0000007D:31D1 | XOR ECX,EDX |0000007F:33CA | XOR ECX,EDX,CODE=LONG |00000081:320D[AE000000] | XOR CL,[MemByte] |00000087:66330D[AC000000] | XOR CX,[MemWord] |0000008E:330D[A8000000] | XOR ECX,[MemDword] |00000094:3015[AE000000] | XOR [MemByte],DL |0000009A:663115[AC000000] | XOR [MemWord],DX |000000A1:3115[A8000000] | XOR [MemDword],EDX |000000A7:90 | ALIGN QWORD |000000A8:00000000 |MemDword D D |000000AC:0000 |MemWord D W |000000AE:00 |MemByte D B | |ENDPROGRAM t3116
Expected messages t3116.out
I0180 Assembling source file "t3116.htm". I0270 Assembling source "t3116". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t3116". "t3116.htm"{58} I0510 Assembling program pass 1. "t3116.htm"{58} I0510 Assembling program pass 2. "t3116.htm"{58} I0510 Assembling program pass 3. "t3116.htm"{58} I0530 Assembling program pass 4 - final. "t3116.htm"{58} I0660 16bit TINY BIN file "t3116.bin" created, size=175. "t3116.htm"{99} I0650 Program "t3116" assembled in 4 passes with errorlevel 0. "t3116.htm"{99} I0750 Source "t3116" (119 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t3116.htm.lst" created, size=2413. I0990 EuroAssembler terminated with errorlevel 0.

▲Back to the top▲