Test t3103:
Machine instructions SBB SBBB SBBW SBBD SBBQ in 16bit mode
- Tested procedures
-
IigSBB
IigSBBB
IigSBBW
IigSBBD
IigSBBQ
- Source & expected listing
t3103.htm.lst
-
| | EUROASM LIST=ON,DUMP=ON,DUMPWIDTH=36,CPU=386
| |t3103 PROGRAM FORMAT=BIN,IMAGEBASE=0,LISTMAP=OFF,LISTGLOBALS=OFF
|[Mode16] |[Mode16] SEGMENT WIDTH=16,PURPOSE=CODE
|0000:1C02 | SBB AL,2
|0002:80D802 | SBB AL,2,CODE=LONG
|0005:1D0200 | SBB AX,2
|0008:83D802 | SBB AX,2,CODE=LONG
|000B:6683D802 | SBB EAX,2
|000F:661D02000000 | SBB EAX,2,CODE=SHORT
|0015:80D902 | SBB CL,2
|0018:801E[8600]02 | SBB [MemByte],2
|001D:83D902 | SBB CX,2
|0020:81D90200 | SBB CX,2,IMM=WORD
|0024:831E[8400]02 | SBB [MemWord],2
|0029:811E[8400]0200 | SBB [MemWord],2,IMM=WORD
|002F:6683D902 | SBB ECX,2
|0033:6681D902000000 | SBB ECX,2,IMM=DWORD
|003A:66831E[8000]02 | SBB [MemDword],2
|0040:66811E[8000]02000000 | SBB [MemDword],2,IMM=DWORD
|0049:801D02 | SBBB [DI],2
|004C:831D02 | SBBW [DI],2
|004F:66831D02 | SBBD [DI],2
|0053:18D1 | SBB CL,DL
|0055:1ACA | SBB CL,DL,CODE=LONG
|0057:18F5 | SBB CH,DH
|0059:1AEE | SBB CH,DH,CODE=LONG
|005B:19D1 | SBB CX,DX
|005D:1BCA | SBB CX,DX,CODE=LONG
|005F:6619D1 | SBB ECX,EDX
|0062:661BCA | SBB ECX,EDX,CODE=LONG
|0065:1A0E[8600] | SBB CL,[MemByte]
|0069:1B0E[8400] | SBB CX,[MemWord]
|006D:661B0E[8000] | SBB ECX,[MemDword]
|0072:1816[8600] | SBB [MemByte],DL
|0076:1916[8400] | SBB [MemWord],DX
|007A:661916[8000] | SBB [MemDword],EDX
|007F:90 | ALIGN QWORD
|0080:00000000 |MemDword D D
|0084:0000 |MemWord D W
|0086:00 |MemByte D B
| |ENDPROGRAM t3103
- Expected messages
t3103.out
I0180 Assembling source file "t3103.htm".
I0270 Assembling source "t3103".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t3103". "t3103.htm"{61}
I0510 Assembling program pass 1. "t3103.htm"{61}
I0510 Assembling program pass 2. "t3103.htm"{61}
I0510 Assembling program pass 3. "t3103.htm"{61}
I0530 Assembling program pass 4 - final. "t3103.htm"{61}
I0660 16bit TINY BIN file "t3103.bin" created, size=135. "t3103.htm"{100}
I0650 Program "t3103" assembled in 4 passes with errorlevel 0. "t3103.htm"{100}
I0750 Source "t3103" (120 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t3103.htm.lst" created, size=2289.
I0990 EuroAssembler terminated with errorlevel 0.
▲Back to the top▲