EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t3206: Machine instructions BOUND


Tested procedures
IigBOUND  
Source & expected listing t3206.htm.lst
| | EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=34, CPU=386 | |t3206 PROGRAM FORMAT=BIN, SECTIONALIGN=0, FILEALIGN=0, IMAGEBASE=0, LISTMAP=OFF, LISTGLOBALS=OFF |[Mode16] |[Mode16] SEGMENT WIDTH=16,PURPOSE=CODE |0000:6207 | BOUND AX,[BX] |0002:620E[2800] | BOUND CX,[MemDword] |0006:62162211 | BOUND DX,[1122h] |000A:666204 | BOUND EAX,[SI] |000D:66620E[2000] | BOUND ECX,[MemQword] |0012:6662162211 | BOUND EDX,[1122h] |0017: | |[Mode32] |[Mode32] SEGMENT WIDTH=32,PURPOSE=CODE |00000000:666203 | BOUND AX,[EBX] |00000003:66620D[28000000] | BOUND CX,[MemDword] |0000000A:66621522110000 | BOUND DX,[1122h] |00000011:6206 | BOUND EAX,[ESI] |00000013:620D[20000000] | BOUND ECX,[MemQword] |00000019:621522110000 | BOUND EDX,[1122h] |0000001F: | |0000001F:90 | ALIGN 16 |00000020:0000000000000000 |MemQword DQ Q |00000028:00000000 |MemDword DD D | | ENDPROGRAM t3206
Expected messages t3206.out
I0180 Assembling source file "t3206.htm". I0270 Assembling source "t3206". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t3206". "t3206.htm"{49} I0510 Assembling program pass 1. "t3206.htm"{49} I0510 Assembling program pass 2. "t3206.htm"{49} I0530 Assembling program pass 3 - final. "t3206.htm"{49} I0660 16bit TINY BIN file "t3206.bin" created, size=76. "t3206.htm"{69} I0650 Program "t3206" assembled in 3 passes with errorlevel 0. "t3206.htm"{69} I0750 Source "t3206" (88 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t3206.htm.lst" created, size=1278. I0990 EuroAssembler terminated with errorlevel 0.

▲Back to the top▲