EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t9805: ELFX program for 32bit Linux links OMF modules


Source & expected listing t9805.htm.lst
| | EUROASM AUTOSEGMENT=ON,CPU=386,DUMPWIDTH=28 |7439383035 |%test %SET t9805 | |;; | |;; Create the first auxiliary OMF module | |%test.WB PROGRAM FORMAT=OMF,MODEL=FLAT,WIDTH=32 |[.text] ::::Section changed. |00000000: |Write.L32:: PROC ; Display ASCIIZ string pointed to by ESI using 32bit Linux. |00000000:31C9 | XOR ECX,ECX ; Clear ECX to keep the size of input string. |00000002:31C0 | XOR EAX,EAX ; Clear AL, the searched terminating character |00000004:89F7 | MOV EDI,ESI ; String address. |00000006:F7D1 | NOT ECX ; Assume unlimited possible string size. |00000008:F2AE | REPNE SCASB ; Find the zero terminator. |0000000A:F7D1 | NOT ECX ; Get string size to RCX. |0000000C:B804000000 | MOV EAX,4 ; Kernel service sys_write. |00000011:BB01000000 | MOV EBX,1 ; %1 I/O handle STDOUT_FILENO. |00000016:89CA | MOV EDX,ECX ; %3 String size. |00000018:89F1 | MOV ECX,ESI ; %2 String address. |0000001A:CD80 | INT 0x80 ; Invoke kernel. |0000001C:C3 | RET ; Return to caller. EAX,EBX,ECX,EDX,ESI,EDI are clobbered. |0000001D: | ENDPROC Write.L32: | |;; |0000001D: |Beep.L32:: PROC ; Display message "Beeping.." and play a sound using 32bit Linux. |0000001D:8D35[00000000] | LEA ESI,[=B"Beeping..."] ; Define a literal string in [.rodata]. |00000023:E8D8FFFFFF | CALL Write.L32:: ; Display the notification "Beeping...". |00000028:8D35[00000000] | LEA ESI,[=W(0x0007)] ; Define ASCIIZ string with BEL character in [.rodata]. |0000002E:E8CDFFFFFF | CALL Write.L32:: ; Play the beep sound. |00000033:C3 | RET ; Return to caller. RAX,RCX,RDX,RSI,RDI,R11 are clobbered. |00000034: | ENDPROC Beep.L32: |[@LT2] ====ListLiterals in section [@LT2]. |00000000:0700 =W(0x0007) |[@LT1] ====ListLiterals in section [@LT1]. |00000000:42656570696E672E~=B"Beeping..." | |ENDPROGRAM %test.WB | **** ListMap "t9805.WB.obj",model=FLAT,groups=0,segments=2,entry=,stack= | [.text],FA=00000078h,RVA=00000000h,size=00000034h=52,width=32,align=0010h,purpose=CODE | [.rodata],FA=000000C5h,RVA=00000000h,size=0000000Dh=13,width=32,align=0010h,purpose=RODATA+LITERAL | **** ListGlobals "t9805.WB.obj",Global=0,Public=2,Extern=0,eXport=0,Import=0 | Beep.L32,[.text]:0000001Dh,scope='P' | Write.L32,[.text]:00000000h,scope='P' | |;; | |;; Create the second auxiliary OMF module. | |%test.EX PROGRAM FORMAT=OMF,MODEL=FLAT,WIDTH=32 |[.text] ::::Section changed. |00000000: |Exit.L32:: PROC ; Display message "End", terminate the program. |00000000:8D35[00000000] | LEA ESI,[.M:] ; String "End" will be defined in segment [.bss] at ESI. |00000006:C706456E6400 | MOVD [ESI+0],"End" ; Dynamically define the message "End". |0000000C:C746030A000000 | MOVD [ESI+3],0x0A ; LF+NUL. |00000013:E8(00000000) | CALL Write.L32:: ; Display the notification "End". |00000018:31DB | XOR EBX,EBX ; %1 Errorlevel=0. |0000001A:B801000000 | MOV EAX,1 ; Kernel service sys_exit. |0000001F:CD80 | INT 0x80 ; Invoke kernel. No return to caller. |[.bss] ::::Section changed. |00000000:.............. |.M:DB 7*BYTE ; Reserve space for ASCIIZ string "End" in [.bss]. |[.text] ::::Section changed. |00000021: | ENDPROC Exit.L32: | |ENDPROGRAM %test.EX | **** ListMap "t9805.EX.obj",model=FLAT,groups=0,segments=2,entry=,stack= | [.text],FA=00000071h,RVA=00000000h,size=00000021h=33,width=32,align=0010h,purpose=CODE | [.bss],FA=00000000h,RVA=00000000h,size=00000007h=7,width=32,align=0010h,purpose=BSS | **** ListGlobals "t9805.EX.obj",Global=0,Public=1,Extern=1,eXport=0,Import=0 | Exit.L32,[.text]:00000000h,scope='P' | Write.L32,[Write.L32]:00000000h,scope='E' | |;; | |;; Create the main ELFX program. | |%test PROGRAM FORMAT=ELFX,MODEL=FLAT,WIDTH=32,ENTRY=Start: | | LINK %test.WB.obj, %test.EX.obj |[.text] ::::Section changed. |00000000:90 |Start:NOP ; Entry point of the executable program. |00000001:BE[00000000] | MOV ESI,Msg: ; Address of the initial message in section [.data]. |00000006:E8(00000000) | CALL Write.L32:: ; Display the message. |0000000B:E8(00000000) | CALL Beep.L32:: ; Play a beep sound. |00000010:E8(00000000) | CALL Exit.L32:: ; Terminate the program. |[.data] ::::Section changed. |00000000:333262697420464C~|Msg:DB '%^WIDTH[]bit %^MODEL %^FORMAT program "%^OUTFILE".',10,0 | |ENDPROGRAM %test |# I0560 Linking OMF module ".\t9805.WB.obj". |# I0560 Linking OMF module ".\t9805.EX.obj". | **** ListMap "t9805.x",model=FLAT,groups=4,segments=8,entry=Start:,stack= | [LOAD.HDR],FA=00000000h,VA=00400000h,size=0000035Eh=862,group [.symtab] [.strtab] [.shstrtab] | [],FA=00000000h,VA=00000000h,size=00000000h=0,width=0,align=0,purpose= | [.symtab],FA=00000200h,VA=00400200h,size=000000D0h=208,width=0,align=0010h,purpose=SYMBOLS | [.strtab],FA=000002D0h,VA=004002D0h,size=0000005Ah=90,width=0,align=1,purpose=STRINGS | [.shstrtab],FA=0000032Ah,VA=0040032Ah,size=00000034h=52,width=0,align=1,purpose=STRINGS | [LOAD.CODE],FA=00000360h,VA=00401360h,size=00000081h=129,group [.text] | [.text],FA=00000360h,VA=00401360h,size=00000081h=129,width=32,align=0010h,purpose=CODE | [LOAD.RODATA],FA=000003F0h,VA=004023F0h,size=0000000Dh=13,group [.rodata] | [.rodata],FA=000003F0h,VA=004023F0h,size=0000000Dh=13,width=32,align=0010h,purpose=RODATA | [LOAD.DATA],FA=00000400h,VA=00403400h,size=00000037h=55,group [.data] [.bss] | [.data],FA=00000400h,VA=00403400h,size=00000024h=36,width=32,align=0010h,purpose=DATA | [.bss],FA=00000430h,VA=00403430h,size=00000007h=7,width=32,align=0010h,purpose=BSS | **** ListGlobals "t9805.x",Global=0,Public=4,Extern=0,eXport=0,Import=0 | Beep.L32,[.text]:0000003Dh,VA=0040139Dh,scope='P' | Exit.L32,[.text]:00000060h,VA=004013C0h,scope='P' | Start,[.text]:00000000h,VA=00401360h,scope='P' | Write.L32,[.text]:00000020h,VA=00401380h,scope='P'
Expected messages t9805.out
I0180 Assembling source file "t9805.htm". I0270 Assembling source "t9805". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t9805.WB". "t9805.htm"{45} I0510 Assembling program pass 1. "t9805.htm"{45} I0510 Assembling program pass 2. "t9805.htm"{45} I0530 Assembling program pass 3 - final. "t9805.htm"{45} I0660 32bit FLAT OMF file "t9805.WB.obj" created, size=224. "t9805.htm"{73} I0650 Program "t9805.WB" assembled in 3 passes with errorlevel 0. "t9805.htm"{73} I0470 Assembling program "t9805.EX". "t9805.htm"{82} I0510 Assembling program pass 1. "t9805.htm"{82} I0510 Assembling program pass 2. "t9805.htm"{82} I0530 Assembling program pass 3 - final. "t9805.htm"{82} I0660 32bit FLAT OMF file "t9805.EX.obj" created, size=172. "t9805.htm"{96} I0650 Program "t9805.EX" assembled in 3 passes with errorlevel 0. "t9805.htm"{96} I0470 Assembling program "t9805". "t9805.htm"{105} I0510 Assembling program pass 1. "t9805.htm"{105} I0510 Assembling program pass 2. "t9805.htm"{105} I0530 Assembling program pass 3 - final. "t9805.htm"{105} I0560 Linking OMF module ".\t9805.WB.obj". "t9805.htm"{115} I0560 Linking OMF module ".\t9805.EX.obj". "t9805.htm"{115} I0660 32bit FLAT ELFX file "t9805.x" created, size=1060. "t9805.htm"{115} I0650 Program "t9805" assembled in 3 passes with errorlevel 0. "t9805.htm"{115} I0750 Source "t9805" (239 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t9805.htm.lst" created, size=7271. I0990 EuroAssembler terminated with errorlevel 0.
Expected output file t9805. x
0000: 7F 45 4C 46 01 01 01 00 00 00 00 00 00 00 00 00  ¤ELF···°°°°°°°°°
0010: 02 00 03 00 01 00 00 00 60 13 40 00 40 00 00 00  ·°·°·°°°`·@°@°°°
0020: C0 00 00 00 00 00 00 00 34 00 20 00 04 00 28 00  ¤°°°°°°°4°¯°·°(°
0030: 08 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00  ·°·°°°°°°°°°°°°°
0040: 01 00 00 00 00 00 00 00 00 00 40 00 00 00 40 00  ·°°°°°°°°°@°°°@°
0050: 5E 03 00 00 5E 03 00 00 04 00 00 00 00 10 00 00  ^·°°^·°°·°°°°·°°
0060: 01 00 00 00 60 03 00 00 60 13 40 00 60 13 40 00  ·°°°`·°°`·@°`·@°
0070: 81 00 00 00 81 00 00 00 05 00 00 00 00 10 00 00  ¤°°°¤°°°·°°°°·°°
0080: 01 00 00 00 F0 03 00 00 F0 23 40 00 F0 23 40 00  ·°°°¤·°°¤#@°¤#@°
0090: 0D 00 00 00 0D 00 00 00 04 00 00 00 00 10 00 00  ·°°°·°°°·°°°°·°°
00A0: 01 00 00 00 00 04 00 00 00 34 40 00 00 34 40 00  ·°°°°·°°°4@°°4@°
00B0: 30 00 00 00 37 00 00 00 06 00 00 00 00 10 00 00  0°°°7°°°·°°°°·°°
00C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  °°°°°°°°°°°°°°°°
00D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  °°°°°°°°°°°°°°°°
00E0: 00 00 00 00 00 00 00 00 01 00 00 00 02 00 00 00  °°°°°°°°·°°°·°°°
00F0: 00 00 00 00 00 02 40 00 00 02 00 00 D0 00 00 00  °°°°°·@°°·°°¤°°°
0100: 02 00 00 00 09 00 00 00 10 00 00 00 10 00 00 00  ·°°°·°°°·°°°·°°°
0110: 09 00 00 00 03 00 00 00 00 00 00 00 D0 02 40 00  ·°°°·°°°°°°°¤·@°
0120: D0 02 00 00 5A 00 00 00 00 00 00 00 00 00 00 00  ¤·°°Z°°°°°°°°°°°
0130: 01 00 00 00 00 00 00 00 11 00 00 00 03 00 00 00  ·°°°°°°°·°°°·°°°
0140: 00 00 00 00 2A 03 40 00 2A 03 00 00 34 00 00 00  °°°°*·@°*·°°4°°°
0150: 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  °°°°°°°°·°°°°°°°
0160: 1B 00 00 00 01 00 00 00 06 00 00 00 60 13 40 00  ·°°°·°°°·°°°`·@°
0170: 60 03 00 00 81 00 00 00 00 00 00 00 00 00 00 00  `·°°¤°°°°°°°°°°°
0180: 10 00 00 00 00 00 00 00 21 00 00 00 01 00 00 00  ·°°°°°°°!°°°·°°°
0190: 02 00 00 00 F0 23 40 00 F0 03 00 00 0D 00 00 00  ·°°°¤#@°¤·°°·°°°
01A0: 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00  °°°°°°°°·°°°°°°°
01B0: 29 00 00 00 01 00 00 00 03 00 00 00 00 34 40 00  )°°°·°°°·°°°°4@°
01C0: 00 04 00 00 24 00 00 00 00 00 00 00 00 00 00 00  °·°°$°°°°°°°°°°°
01D0: 10 00 00 00 00 00 00 00 2F 00 00 00 08 00 00 00  ·°°°°°°°/°°°·°°°
01E0: 03 00 00 00 30 34 40 00 30 04 00 00 07 00 00 00  ·°°°04@°0·°°·°°°
01F0: 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00  °°°°°°°°·°°°°°°°
0200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  °°°°°°°°°°°°°°°°
0210: 01 00 00 00 00 00 00 00 00 00 00 00 04 00 F1 FF  ·°°°°°°°°°°°·°¤¤
0220: 0B 00 00 00 30 34 40 00 00 00 00 00 03 00 07 00  ·°°°04@°°°°°·°·°
0230: 10 00 00 00 00 34 40 00 00 00 00 00 03 00 06 00  ·°°°°4@°°°°°·°·°
0240: 16 00 00 00 F0 23 40 00 00 00 00 00 03 00 05 00  ·°°°¤#@°°°°°·°·°
0250: 1E 00 00 00 D0 02 40 00 00 00 00 00 03 00 02 00  ·°°°¤·@°°°°°·°·°
0260: 26 00 00 00 00 02 40 00 00 00 00 00 03 00 01 00  &°°°°·@°°°°°·°·°
0270: 2E 00 00 00 60 13 40 00 00 00 00 00 03 00 04 00  .°°°`·@°°°°°·°·°
0280: 34 00 00 00 00 34 40 00 24 00 00 00 01 00 06 00  4°°°°4@°$°°°·°·°
0290: 38 00 00 00 9D 13 40 00 00 00 00 00 10 00 04 00  8°°°¤·@°°°°°·°·°
02A0: 41 00 00 00 C0 13 40 00 00 00 00 00 10 00 04 00  A°°°¤·@°°°°°·°·°
02B0: 4A 00 00 00 60 13 40 00 01 00 00 00 12 00 04 00  J°°°`·@°·°°°·°·°
02C0: 50 00 00 00 80 13 40 00 00 00 00 00 10 00 04 00  P°°°¤·@°°°°°·°·°
02D0: 00 74 39 38 30 35 2E 68 74 6D 00 2E 62 73 73 00  °t9805.htm°.bss°
02E0: 2E 64 61 74 61 00 2E 72 6F 64 61 74 61 00 2E 73  .data°.rodata°.s
02F0: 74 72 74 61 62 00 2E 73 79 6D 74 61 62 00 2E 74  trtab°.symtab°.t
0300: 65 78 74 00 4D 73 67 00 42 65 65 70 2E 4C 33 32  ext°Msg°Beep.L32
0310: 00 45 78 69 74 2E 4C 33 32 00 53 74 61 72 74 00  °Exit.L32°Start°
0320: 57 72 69 74 65 2E 4C 33 32 00 00 2E 73 79 6D 74  Write.L32°°.symt
0330: 61 62 00 2E 73 74 72 74 61 62 00 2E 73 68 73 74  ab°.strtab°.shst
0340: 72 74 61 62 00 2E 74 65 78 74 00 2E 72 6F 64 61  rtab°.text°.roda
0350: 74 61 00 2E 64 61 74 61 00 2E 62 73 73 00 00 00  ta°.data°.bss°°°
0360: 90 BE 00 34 40 00 E8 15 00 00 00 E8 2D 00 00 00  ¤¤°4@°¤·°°°¤-°°°
0370: E8 4B 00 00 00 90 90 90 90 90 90 90 90 90 90 90  ¤K°°°¤¤¤¤¤¤¤¤¤¤¤
0380: 31 C9 31 C0 89 F7 F7 D1 F2 AE F7 D1 B8 04 00 00  1¤1¤¤¤¤¤¤¤¤¤¤·°°
0390: 00 BB 01 00 00 00 89 CA 89 F1 CD 80 C3 8D 35 F2  °¤·°°°¤¤¤¤¤¤¤¤5¤
03A0: 23 40 00 E8 D8 FF FF FF 8D 35 F0 23 40 00 E8 CD  #@°¤¤¤¤¤¤5¤#@°¤¤
03B0: FF FF FF C3 90 90 90 90 90 90 90 90 90 90 90 90  ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
03C0: 8D 35 30 34 40 00 C7 06 45 6E 64 00 C7 46 03 0A  ¤504@°¤·End°¤F·¬
03D0: 00 00 00 E8 A8 FF FF FF 31 DB B8 01 00 00 00 CD  °°°¤¤¤¤¤1¤¤·°°°¤
03E0: 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ¤°°°°°°°°°°°°°°°
03F0: 07 00 42 65 65 70 69 6E 67 2E 2E 2E 00 00 00 00  ·°Beeping...°°°°
0400: 33 32 62 69 74 20 46 4C 41 54 20 45 4C 46 58 20  32bit¯FLAT¯ELFX¯
0410: 70 72 6F 67 72 61 6D 20 22 74 39 38 30 35 2E 78  program¯"t9805.x
0420: 22 2E 0A 00                                      ".¬°

▲Back to the top▲