Test t3181:
Machine instructions CBW, CWDE, CDQE, CWD, CDQ, CQO
- Tested procedures
-
IigCBW
IigCWDE
IigCDQE
IigCWD
IigCDQ
IigCQO
- Source & expected listing
t3181.htm.lst
-
| | EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=24, CPU=X64
| |t3181 PROGRAM FORMAT=BIN,MODEL=TINY,LISTMAP=OFF,LISTGLOBALS=OFF
|[Mode16] |[Mode16] SEGMENT WIDTH=16,PURPOSE=CODE
|0000:98 | CBW
|0001:6698 | CWDE
|0003:99 | CWD
|0004:6699 | CDQ
|0006: |
|[Mode32] |[Mode32] SEGMENT WIDTH=32,PURPOSE=CODE
|00000000:6698 | CBW
|00000002:98 | CWDE
|00000003:6699 | CWD
|00000005:99 | CDQ
|00000006: |
|[Mode64] |[Mode64] SEGMENT WIDTH=64,PURPOSE=CODE
|00000000:6698 | CBW
|00000002:98 | CWDE
|00000003:4898 | CDQE
|00000005:6699 | CWD
|00000007:99 | CDQ
|00000008:4899 | CQO
|0000000A: |
| | ENDPROGRAM t3181
- Expected messages
t3181.out
I0180 Assembling source file "t3181.htm".
I0270 Assembling source "t3181".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t3181". "t3181.htm"{64}
I0510 Assembling program pass 1. "t3181.htm"{64}
I0530 Assembling program pass 2 - final. "t3181.htm"{64}
I0660 16bit TINY BIN file "t3181.bin" created, size=42. "t3181.htm"{85}
I0650 Program "t3181" assembled in 2 passes with errorlevel 0. "t3181.htm"{85}
I0750 Source "t3181" (103 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t3181.htm.lst" created, size=902.
I0990 EuroAssembler terminated with errorlevel 0.
▲Back to the top▲