EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t8900: COFF import module for 32bit Windows


Source & expected listing t8900.htm.lst
| | EUROASM AUTOSEGMENT=ON,CPU=386,DUMPWIDTH=25 |7438393030 |%test %SET t8900 | |;; | |%test PROGRAM FORMAT=COFF | | IMPORT Write.W32,Beep.W32,Exit.W32, lib=%test.dll | | ENDPROGRAM %test | **** ListMap "t8900.obj",model=FLAT,groups=0,segments=1,entry=,stack= | [.drectve],FA=0000003Ch,RVA=00000000h,size=00000058h=88,width=0,align=1,purpose=DRECTVE | **** ListGlobals "t8900.obj",Global=0,Public=0,Extern=0,eXport=0,Import=3 | Beep.W32,[Beep.W32]:00000000h,scope='I',lib="t8900.dll" | Exit.W32,[Exit.W32]:00000000h,scope='I',lib="t8900.dll" | Write.W32,[Write.W32]:00000000h,scope='I',lib="t8900.dll"
Expected messages t8900.out
I0180 Assembling source file "t8900.htm". I0270 Assembling source "t8900". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t8900". "t8900.htm"{44} I0510 Assembling program pass 1. "t8900.htm"{44} I0510 Assembling program pass 2. "t8900.htm"{44} I0530 Assembling program pass 3 - final. "t8900.htm"{44} I0660 32bit FLAT COFF file "t8900.obj" created, size=288. "t8900.htm"{46} I0650 Program "t8900" assembled in 3 passes with errorlevel 0. "t8900.htm"{46} I0750 Source "t8900" (93 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t8900.htm.lst" created, size=792. I0990 EuroAssembler terminated with errorlevel 0.
Expected output file t8900. obj
0000: 4C 01 01 00 00 00 00 00 94 00 00 00 07 00 00 00  L··°°°°°¤°°°·°°°
0010: 00 00 00 01 2E 64 72 65 63 74 76 65 00 00 00 00  °°°·.drectve°°°°
0020: 00 00 00 00 58 00 00 00 3C 00 00 00 00 00 00 00  °°°°X°°°<°°°°°°°
0030: 00 00 00 00 00 00 00 00 00 0A 10 02 20 2F 49 4D  °°°°°°°°°¬··¯/IM
0040: 50 4F 52 54 3A 57 72 69 74 65 2E 57 33 32 3A 22  PORT:Write.W32:"
0050: 74 38 39 30 30 2E 64 6C 6C 22 20 2F 49 4D 50 4F  t8900.dll"¯/IMPO
0060: 52 54 3A 42 65 65 70 2E 57 33 32 3A 22 74 38 39  RT:Beep.W32:"t89
0070: 30 30 2E 64 6C 6C 22 20 2F 49 4D 50 4F 52 54 3A  00.dll"¯/IMPORT:
0080: 45 78 69 74 2E 57 33 32 3A 22 74 38 39 30 30 2E  Exit.W32:"t8900.
0090: 64 6C 6C 22 2E 66 69 6C 65 00 00 00 00 00 00 00  dll".file°°°°°°°
00A0: FE FF 00 00 67 01 74 38 39 30 30 2E 68 74 6D 00  ¤¤°°g·t8900.htm°
00B0: 00 00 00 00 00 00 00 00 2E 64 72 65 63 74 76 65  °°°°°°°°.drectve
00C0: 00 00 00 00 01 00 00 00 03 01 58 00 00 00 00 00  °°°°·°°°··X°°°°°
00D0: 00 00 00 00 00 00 00 00 00 00 00 00 42 65 65 70  °°°°°°°°°°°°Beep
00E0: 2E 57 33 32 00 00 00 00 00 00 01 01 02 00 45 78  .W32°°°°°°···°Ex
00F0: 69 74 2E 57 33 32 00 00 00 00 00 00 01 01 02 00  it.W32°°°°°°···°
0100: 00 00 00 00 04 00 00 00 00 00 00 00 00 00 01 01  °°°°·°°°°°°°°°··
0110: 02 00 0E 00 00 00 57 72 69 74 65 2E 57 33 32 00  ·°·°°°Write.W32°

▲Back to the top▲