EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t3101: Machine instructions OR ORB ORW ORD ORQ in 16bit mode


Tested procedures
IigOR   IigORB   IigORW   IigORD   IigORQ  
Source & expected listing t3101.htm.lst
| | EUROASM LIST=ON,DUMP=ON,DUMPWIDTH=36,CPU=386 | |t3101 PROGRAM FORMAT=BIN,IMAGEBASE=0,LISTMAP=OFF,LISTGLOBALS=OFF |[Mode16] |[Mode16] SEGMENT WIDTH=16,PURPOSE=CODE |0000:0C02 | OR AL,2 |0002:80C802 | OR AL,2,CODE=LONG |0005:0D0200 | OR AX,2 |0008:83C802 | OR AX,2,CODE=LONG |000B:6683C802 | OR EAX,2 |000F:660D02000000 | OR EAX,2,CODE=SHORT |0015:80C902 | OR CL,2 |0018:800E[8600]02 | OR [MemByte],2 |001D:83C902 | OR CX,2 |0020:81C90200 | OR CX,2,IMM=WORD |0024:830E[8400]02 | OR [MemWord],2 |0029:810E[8400]0200 | OR [MemWord],2,IMM=WORD |002F:6683C902 | OR ECX,2 |0033:6681C902000000 | OR ECX,2,IMM=DWORD |003A:66830E[8000]02 | OR [MemDword],2 |0040:66810E[8000]02000000 | OR [MemDword],2,IMM=DWORD |0049:800D02 | ORB [DI],2 |004C:830D02 | ORW [DI],2 |004F:66830D02 | ORD [DI],2 |0053:08D1 | OR CL,DL |0055:0ACA | OR CL,DL,CODE=LONG |0057:08F5 | OR CH,DH |0059:0AEE | OR CH,DH,CODE=LONG |005B:09D1 | OR CX,DX |005D:0BCA | OR CX,DX,CODE=LONG |005F:6609D1 | OR ECX,EDX |0062:660BCA | OR ECX,EDX,CODE=LONG |0065:0A0E[8600] | OR CL,[MemByte] |0069:0B0E[8400] | OR CX,[MemWord] |006D:660B0E[8000] | OR ECX,[MemDword] |0072:0816[8600] | OR [MemByte],DL |0076:0916[8400] | OR [MemWord],DX |007A:660916[8000] | OR [MemDword],EDX |007F:90 | ALIGN QWORD |0080:00000000 |MemDword D D |0084:0000 |MemWord D W |0086:00 |MemByte D B | |ENDPROGRAM t3101
Expected messages t3101.out
I0180 Assembling source file "t3101.htm". I0270 Assembling source "t3101". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t3101". "t3101.htm"{61} I0510 Assembling program pass 1. "t3101.htm"{61} I0510 Assembling program pass 2. "t3101.htm"{61} I0510 Assembling program pass 3. "t3101.htm"{61} I0530 Assembling program pass 4 - final. "t3101.htm"{61} I0660 16bit TINY BIN file "t3101.bin" created, size=135. "t3101.htm"{100} I0650 Program "t3101" assembled in 4 passes with errorlevel 0. "t3101.htm"{100} I0750 Source "t3101" (120 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t3101.htm.lst" created, size=2256. I0990 EuroAssembler terminated with errorlevel 0.

▲Back to the top▲