EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t8454: OMF import module for 32bit Windows links OMF import module


Source & expected listing t8454.htm.lst
| | EUROASM AUTOSEGMENT=ON,CPU=386,DUMPWIDTH=25 |7438343534 |%test %SET t8454 | |;; Create auxilliary OMF import module. | |%test.omf PROGRAM FORMAT=OMF | | IMPORT Write.W32,Beep.W32,Exit.W32, lib=%test.dll | | ENDPROGRAM %test.omf | **** ListMap "t8454.omf.obj",model=SMALL,groups=0,segments=0,entry=,stack= | **** ListGlobals "t8454.omf.obj",Global=0,Public=0,Extern=0,eXport=0,Import=3 | Beep.W32,[Beep.W32]:00000000h,scope='I',lib="t8454.dll" | Exit.W32,[Exit.W32]:00000000h,scope='I',lib="t8454.dll" | Write.W32,[Write.W32]:00000000h,scope='I',lib="t8454.dll" | |;; | |%test PROGRAM FORMAT=OMF | | LINK %test.omf.obj | | ENDPROGRAM %test |# I0560 Linking OMF module ".\t8454.omf.obj". | **** ListMap "t8454.obj",model=SMALL,groups=0,segments=0,entry=,stack= | **** ListGlobals "t8454.obj",Global=0,Public=0,Extern=0,eXport=0,Import=3 | Beep.W32,[Beep.W32]:00000000h,scope='I',lib="t8454.dll" | Exit.W32,[Exit.W32]:00000000h,scope='I',lib="t8454.dll" | Write.W32,[Write.W32]:00000000h,scope='I',lib="t8454.dll"
Expected messages t8454.out
I0180 Assembling source file "t8454.htm". I0270 Assembling source "t8454". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t8454.omf". "t8454.htm"{44} I0510 Assembling program pass 1. "t8454.htm"{44} I0510 Assembling program pass 2. "t8454.htm"{44} I0530 Assembling program pass 3 - final. "t8454.htm"{44} I0660 16bit SMALL OMF file "t8454.omf.obj" created, size=204. "t8454.htm"{46} I0650 Program "t8454.omf" assembled in 3 passes with errorlevel 0. "t8454.htm"{46} I0470 Assembling program "t8454". "t8454.htm"{53} I0510 Assembling program pass 1. "t8454.htm"{53} I0530 Assembling program pass 2 - final. "t8454.htm"{53} I0560 Linking OMF module ".\t8454.omf.obj". "t8454.htm"{55} I0660 16bit SMALL OMF file "t8454.obj" created, size=200. "t8454.htm"{55} I0650 Program "t8454" assembled in 2 passes with errorlevel 0. "t8454.htm"{55} I0750 Source "t8454" (103 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t8454.htm.lst" created, size=1339. I0990 EuroAssembler terminated with errorlevel 0.
Expected output file t8454. obj
0000: 80 07 00 05 74 38 34 35 34 2B 88 10 00 00 00 45  ¤·°·t8454+¤·°°°E
0010: 75 72 6F 41 73 73 65 6D 62 6C 65 72 2F 88 05 00  uroAssembler/¤·°
0020: 00 9D 33 73 30 88 23 00 80 A0 01 00 09 57 72 69  °¤3s0¤#°¤¤·°·Wri
0030: 74 65 2E 57 33 32 09 74 38 34 35 34 2E 64 6C 6C  te.W32·t8454.dll
0040: 09 57 72 69 74 65 2E 57 33 32 7C 88 21 00 80 A0  ·Write.W32|¤!°¤¤
0050: 01 00 08 42 65 65 70 2E 57 33 32 09 74 38 34 35  ·°·Beep.W32·t845
0060: 34 2E 64 6C 6C 08 42 65 65 70 2E 57 33 32 9E 88  4.dll·Beep.W32¤¤
0070: 21 00 80 A0 01 00 08 45 78 69 74 2E 57 33 32 09  !°¤¤·°·Exit.W32·
0080: 74 38 34 35 34 2E 64 6C 6C 08 45 78 69 74 2E 57  t8454.dll·Exit.W
0090: 33 32 62 96 02 00 00 68 8C 0C 00 09 57 72 69 74  32b¤·°°h¤·°·Writ
00A0: 65 2E 57 33 32 00 6A 8C 0B 00 08 42 65 65 70 2E  e.W32°j¤·°·Beep.
00B0: 57 33 32 00 FB 8C 0B 00 08 45 78 69 74 2E 57 33  W32°¤¤·°·Exit.W3
00C0: 32 00 DD 8A 02 00 00 74                          2°¤¤·°°t

▲Back to the top▲