EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t8800: COFF object module for 32bit Windows


Source & expected listing t8800.htm.lst
| | EUROASM AUTOSEGMENT=ON,CPU=386,DUMPWIDTH=25 |7438383030 |%test %SET t8800 | |;; | |%test PROGRAM FORMAT=COFF,MODEL=FLAT,WIDTH=32 |[.text] ::::Section changed. |00000000: |Write.W32:: PROC ; Display ASCIIZ string pointed to by ESI using Windows. | | IMPORT GetStdHandle:,WriteFile: ; Declare imported Windows kernel functions. |00000000:6AF5 | PUSH -11 ; %1 Identifier of standard output STD_OUTPUT_HANDLE. |00000002:E8(00000000) | CALL GetStdHandle: ; Stdcall the imported Windows function with 1 argument. |00000007:89C3 | MOV EBX,EAX ; Save the returned StdOutput handle to EBX. |00000009:89F7 | MOV EDI,ESI ; Use EDI to find the end of input string. |0000000B:31C9 | XOR ECX,ECX ; Clear ECX to keep the size of input string. |0000000D:31C0 | XOR EAX,EAX ; Clear AL, the searched NUL character. |0000000F:F7D1 | NOT ECX ; Assume unlimited possible string size. |00000011:F2AE | REPNE SCASB ; Find the zero terminator. |00000013:F7D1 | NOT ECX ; Get string size to ECX. |00000015:52 | PUSH EDX ; Alloc temporary DWORD memory variable on stack. |00000016:89E2 | MOV EDX,ESP ; Get address of this DWORD to EDX. |00000018:50 | PUSH EAX ; %5 No overlap of WriteFile. |00000019:52 | PUSH EDX ; %4 Memory variable for number of bytes. |0000001A:51 | PUSH ECX ; %3 String size. |0000001B:56 | PUSH ESI ; %2 String address. |0000001C:53 | PUSH EBX ; %1 Standard output file handle. |0000001D:E8(00000000) | CALL WriteFile: ; Stdcall the imported function with 5 arguments. |00000022:5A | POP EDX ; Free and discard the temporary DWORD on stack. |00000023:C3 | RET ; Return to caller. |00000024: | ENDPROC Write.W32: | |;; |00000024: |Beep.W32:: PROC ; Play a sound in 32bit Windows. |00000024:BE[00000000] | MOV ESI,=B"Beeping..." ; Define a literal string in [.rodata]. |00000029:E8D2FFFFFF | CALL Write.W32:: ; Display the notification "Beeping...". | | IMPORT Beep: ; Declare imported Windows kernel function. |0000002E:68C8000000 | PUSH 200 ; %2 Sound duration [ms]. |00000033:68B8010000 | PUSH 440 ; %1 Sound frequency [Hz]. |00000038:E8(00000000) | CALL Beep: ; Stdcall the imported function with 2 arguments. |0000003D:6890010000 | PUSH 400 ; %2 Sound duration [ms]. |00000042:684B020000 | PUSH 587 ; %1 Sound frequency [Hz]. |00000047:E8(00000000) | CALL Beep: ; Stdcall the imported function with 2 arguments. |0000004C:C3 | RET ; Return to caller. |0000004D: | ENDPROC Beep.W32: | |;; |0000004D: |Exit.W32:: PROC ; Display the message "End" and terminate the program. |0000004D:BE[00000000] | MOV ESI,.M: ; Address in segment [.bss] for the message. |00000052:C706456E6400 | MOVD [ESI+0],"End" ; Dynamically define the message "End". |00000058:C746030D0A0000| MOVD [ESI+3],0x0A0D ; CR+LF. |0000005F:E89CFFFFFF | CALL Write.W32:: ; Display the notification "End". | | IMPORT ExitProcess: ; Use imported Windows kernel function. |00000064:6A00 | PUSH 0 ; %1 Terminate with errorlevel 0. |00000066:E9(00000000) | JMP ExitProcess: ; Use imported function with 1 argument. |[.bss] ::::Section changed. |00000000:..............|.M: DB 7*BYTE ; Reserve space for ASCIIZ string "End" in segment [.bss]. | |;; |[.data] ::::Section changed. |00000000:333262697420~~|Msg:: DB '%^WIDTH[]bit %^MODEL %^FORMAT program "%^OUTFILE".',13,10,0 |[.text] ::::Section changed. |0000006B: | ENDPROC Exit.W32: |[@LT1] ====ListLiterals in section [@LT1]. |00000000:42656570696E~~=B"Beeping..." | |ENDPROGRAM %test | **** ListMap "t8800.obj",model=FLAT,groups=0,segments=5,entry=,stack= | [.text],FA=000000DCh,RVA=00000000h,size=0000006Bh=107,width=32,align=0010h,purpose=CODE | [.rodata],FA=0000018Eh,RVA=00000000h,size=0000000Bh=11,width=32,align=0010h,purpose=RODATA+LITERAL | [.data],FA=00000199h,RVA=00000000h,size=00000027h=39,width=32,align=0010h,purpose=DATA | [.bss],FA=00000000h,RVA=00000000h,size=00000007h=7,width=32,align=0010h,purpose=BSS | [.drectve],FA=000001C0h,RVA=00000000h,size=00000048h=72,width=0,align=1,purpose=DRECTVE | **** ListGlobals "t8800.obj",Global=0,Public=4,Extern=0,eXport=0,Import=4 | Beep,[Beep]:00000000h,scope='I',lib="kernel32.dll" | Beep.W32,[.text]:00000024h,scope='P' | Exit.W32,[.text]:0000004Dh,scope='P' | ExitProcess,[ExitProcess]:00000000h,scope='I',lib="kernel32.dll" | GetStdHandle,[GetStdHandle]:00000000h,scope='I',lib="kernel32.dll" | Msg,[.data]:00000000h,scope='P' | Write.W32,[.text]:00000000h,scope='P' | WriteFile,[WriteFile]:00000000h,scope='I',lib="kernel32.dll"
Expected messages t8800.out
I0180 Assembling source file "t8800.htm". I0270 Assembling source "t8800". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t8800". "t8800.htm"{44} I0510 Assembling program pass 1. "t8800.htm"{44} I0510 Assembling program pass 2. "t8800.htm"{44} I0530 Assembling program pass 3 - final. "t8800.htm"{44} I0660 32bit FLAT COFF file "t8800.obj" created, size=1009. "t8800.htm"{99} I0650 Program "t8800" assembled in 3 passes with errorlevel 0. "t8800.htm"{99} I0750 Source "t8800" (201 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t8800.htm.lst" created, size=5674. I0990 EuroAssembler terminated with errorlevel 0.
Expected output file t8800. obj
0000: 4C 01 05 00 00 00 00 00 08 02 00 00 17 00 00 00  L··°°°°°··°°·°°°
0010: 00 00 00 01 2E 74 65 78 74 00 00 00 00 00 00 00  °°°·.text°°°°°°°
0020: 00 00 00 00 6B 00 00 00 DC 00 00 00 48 01 00 00  °°°°k°°°¤°°°H·°°
0030: 00 00 00 00 07 00 00 00 20 00 50 60 2E 72 6F 64  °°°°·°°°¯°P`.rod
0040: 61 74 61 00 00 00 00 00 00 00 00 00 0B 00 00 00  ata°°°°°°°°°·°°°
0050: 8E 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ¤·°°°°°°°°°°°°°°
0060: 40 00 50 40 2E 64 61 74 61 00 00 00 00 00 00 00  @°P@.data°°°°°°°
0070: 00 00 00 00 27 00 00 00 99 01 00 00 00 00 00 00  °°°°'°°°¤·°°°°°°
0080: 00 00 00 00 00 00 00 00 40 00 50 C0 2E 62 73 73  °°°°°°°°@°P¤.bss
0090: 00 00 00 00 00 00 00 00 00 00 00 00 07 00 00 00  °°°°°°°°°°°°·°°°
00A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  °°°°°°°°°°°°°°°°
00B0: 80 00 50 C0 2E 64 72 65 63 74 76 65 00 00 00 00  ¤°P¤.drectve°°°°
00C0: 00 00 00 00 48 00 00 00 C0 01 00 00 00 00 00 00  °°°°H°°°¤·°°°°°°
00D0: 00 00 00 00 00 00 00 00 00 0A 10 02 6A F5 E8 00  °°°°°°°°°¬··j¤¤°
00E0: 00 00 00 89 C3 89 F7 31 C9 31 C0 F7 D1 F2 AE F7  °°°¤¤¤¤1¤1¤¤¤¤¤¤
00F0: D1 52 89 E2 50 52 51 56 53 E8 00 00 00 00 5A C3  ¤R¤¤PRQVS¤°°°°Z¤
0100: BE 00 00 00 00 E8 D2 FF FF FF 68 C8 00 00 00 68  ¤°°°°¤¤¤¤¤h¤°°°h
0110: B8 01 00 00 E8 00 00 00 00 68 90 01 00 00 68 4B  ¤·°°¤°°°°h¤·°°hK
0120: 02 00 00 E8 00 00 00 00 C3 BE 00 00 00 00 C7 06  ·°°¤°°°°¤¤°°°°¤·
0130: 45 6E 64 00 C7 46 03 0D 0A 00 00 E8 9C FF FF FF  End°¤F··¬°°¤¤¤¤¤
0140: 6A 00 E9 00 00 00 00 00 03 00 00 00 13 00 00 00  j°¤°°°°°·°°°·°°°
0150: 14 00 1E 00 00 00 16 00 00 00 14 00 25 00 00 00  ·°·°°°·°°°·°%°°°
0160: 08 00 00 00 06 00 39 00 00 00 0F 00 00 00 14 00  ·°°°·°9°°°·°°°·°
0170: 48 00 00 00 0F 00 00 00 14 00 4E 00 00 00 02 00  H°°°·°°°·°N°°°·°
0180: 00 00 06 00 67 00 00 00 12 00 00 00 14 00 42 65  °°·°g°°°·°°°·°Be
0190: 65 70 69 6E 67 2E 2E 2E 00 33 32 62 69 74 20 46  eping...°32bit¯F
01A0: 4C 41 54 20 43 4F 46 46 20 70 72 6F 67 72 61 6D  LAT¯COFF¯program
01B0: 20 22 74 38 38 30 30 2E 6F 62 6A 22 2E 0D 0A 00  ¯"t8800.obj".·¬°
01C0: 20 2F 49 4D 50 4F 52 54 3A 47 65 74 53 74 64 48  ¯/IMPORT:GetStdH
01D0: 61 6E 64 6C 65 20 2F 49 4D 50 4F 52 54 3A 57 72  andle¯/IMPORT:Wr
01E0: 69 74 65 46 69 6C 65 20 2F 49 4D 50 4F 52 54 3A  iteFile¯/IMPORT:
01F0: 42 65 65 70 20 2F 49 4D 50 4F 52 54 3A 45 78 69  Beep¯/IMPORT:Exi
0200: 74 50 72 6F 63 65 73 73 2E 66 69 6C 65 00 00 00  tProcess.file°°°
0210: 00 00 00 00 FE FF 00 00 67 01 74 38 38 30 30 2E  °°°°¤¤°°g·t8800.
0220: 68 74 6D 00 00 00 00 00 00 00 00 00 2E 62 73 73  htm°°°°°°°°°.bss
0230: 00 00 00 00 00 00 00 00 04 00 00 00 03 01 07 00  °°°°°°°°·°°°···°
0240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  °°°°°°°°°°°°°°°°
0250: 2E 64 61 74 61 00 00 00 00 00 00 00 03 00 00 00  .data°°°°°°°·°°°
0260: 03 01 27 00 00 00 00 00 00 00 00 00 00 00 00 00  ··'°°°°°°°°°°°°°
0270: 00 00 00 00 2E 64 72 65 63 74 76 65 00 00 00 00  °°°°.drectve°°°°
0280: 05 00 00 00 03 01 48 00 00 00 00 00 00 00 00 00  ·°°°··H°°°°°°°°°
0290: 00 00 00 00 00 00 00 00 2E 72 6F 64 61 74 61 00  °°°°°°°°.rodata°
02A0: 00 00 00 00 02 00 00 00 03 01 0B 00 00 00 00 00  °°°°·°°°···°°°°°
02B0: 00 00 00 00 00 00 00 00 00 00 00 00 2E 74 65 78  °°°°°°°°°°°°.tex
02C0: 74 00 00 00 00 00 00 00 01 00 00 00 03 01 6B 00  t°°°°°°°·°°°··k°
02D0: 00 00 07 00 00 00 00 00 00 00 00 00 00 00 00 00  °°·°°°°°°°°°°°°°
02E0: 00 00 00 00 04 00 00 00 00 00 00 00 02 00 0C 00  °°°°·°°°°°°°·°·°
02F0: 03 00 40 4C 54 31 00 00 00 00 00 00 00 00 02 00  ·°@LT1°°°°°°°°·°
0300: 01 01 03 00 00 00 00 00 13 00 00 00 00 00 00 00  ···°°°°°·°°°°°°°
0310: 04 00 0C 00 03 00 42 65 65 70 00 00 00 00 00 00  ·°·°·°Beep°°°°°°
0320: 00 00 00 00 01 01 02 00 42 65 65 70 2E 57 33 32  °°°°···°Beep.W32
0330: 24 00 00 00 01 00 01 02 02 00 45 78 69 74 2E 57  $°°°·°···°Exit.W
0340: 33 32 4D 00 00 00 01 00 01 02 02 00 00 00 00 00  32M°°°·°···°°°°°
0350: 1E 00 00 00 00 00 00 00 00 00 01 01 02 00 00 00  ·°°°°°°°°°···°°°
0360: 00 00 2A 00 00 00 00 00 00 00 00 00 01 01 02 00  °°*°°°°°°°°°···°
0370: 4D 73 67 00 00 00 00 00 00 00 00 00 03 00 0C 00  Msg°°°°°°°°°·°·°
0380: 02 00 00 00 00 00 37 00 00 00 00 00 00 00 01 00  ·°°°°°7°°°°°°°·°
0390: 01 02 02 00 00 00 00 00 41 00 00 00 00 00 00 00  ···°°°°°A°°°°°°°
03A0: 00 00 01 01 02 00 4B 00 00 00 3D 42 22 42 65 65  °°···°K°°°=B"Bee
03B0: 70 69 6E 67 2E 2E 2E 22 00 45 78 69 74 2E 57 33  ping..."°Exit.W3
03C0: 32 2E 4D 00 45 78 69 74 50 72 6F 63 65 73 73 00  2.M°ExitProcess°
03D0: 47 65 74 53 74 64 48 61 6E 64 6C 65 00 57 72 69  GetStdHandle°Wri
03E0: 74 65 2E 57 33 32 00 57 72 69 74 65 46 69 6C 65  te.W32°WriteFile
03F0: 00                                               °

▲Back to the top▲