EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t8369: OMF object module for 16bit DOS links LIBCOF library


Source & expected listing t8369.htm.lst
| | EUROASM AUTOSEGMENT=ON,CPU=086,DUMPWIDTH=24 |7438333639 |%test %SET t8369 ; OMF.D16 links LIBCOF.D16 |00000000: | | |;; Create the first auxilliary COFF module "%test.WB.obj". | |%test.WB PROGRAM FORMAT=COFF,WIDTH=16,MODEL=SMALL | |;; |[CODE] ::::Section changed. |0000: |Write.D16:: PROC ; Display ASCIIZ string pointed to by DS:SI using DOS. |0000:B402 | MOV AH,02h ; DOS service Teletype output. |0002:8A14 |.1:MOV DL,[SI] ; Load a character from string to DL, increment SI. |0004:80FA00 | CMP DL,0 ; Test if zero-terminator reached. |0007:7405 | JE .9: ; Exit the procedure if AL=0. |0009:CD21 | INT 21h ; Otherwise display the character DL and advance screen cursor. |000B:46 | INC SI ; Let DS:SI point to the next character. |000C:EBF4 | JMP .1: ; Repeat with following characters. |000E:C3 |.9:RET ; AX,BX,SI are clobbered. |000F: | ENDP Write.D16:: | |;; |000F: |Beep.D16:: PROC ; Display message "Beeping.." and play a sound using BIOS. |000F:BE[0000] | MOV SI,=B"Beeping..." ; Define a literal string. Assume DS=PARA# [RODATA}. |0012:E8EBFF | CALL Write.D16:: ; Display the notification "Beeping...". |0015:BE[0000] | MOV SI,=W(0x0007) ; Define ASCIIZ string with BEL character in [RODATA]. |0018:E8E5FF | CALL Write.D16:: ; Play the beep sound. |001B:C3 | RET ; AX,BX,SI are clobbered. |001C: | ENDP Beep.D16:: |[@LT2] ====ListLiterals in section [@LT2]. |0000:0700 =W(0x0007) |[@LT1] ====ListLiterals in section [@LT1]. |0000:42656570696E672E~=B"Beeping..." | | ENDPROGRAM %test.WB | **** ListMap "t8369.WB.obj",model=SMALL,groups=2,segments=2,entry=,stack= | [CGROUP],FA=00000064h,RVA=00000000h,size=0000001Ch=28,group [CODE] | [CODE],FA=00000064h,RVA=00000000h,size=0000001Ch=28,width=16,align=0010h,purpose=CODE | [DGROUP],FA=00000094h,RVA=00000000h,size=0000000Dh=13,group [RODATA] | [RODATA],FA=00000094h,RVA=00000000h,size=0000000Dh=13,width=16,align=0010h,purpose=RODATA+LITERAL | **** ListGlobals "t8369.WB.obj",Global=0,Public=2,Extern=0,eXport=0,Import=0 | Beep.D16,[CGROUP]:0000000Fh,scope='P' | Write.D16,[CGROUP]:00000000h,scope='P' | |;; | |;; Create the second auxilliary COFF module "%test.EX.obj". | |%test.EX PROGRAM FORMAT=COFF,WIDTH=16,MODEL=SMALL |[CODE] ::::Section changed. |0000: |Exit.D16:: PROC ; Display message "End", terminate Terminate the program. |0000:BE[0000] | MOV SI,.M: ; String "End" will be defined in segment [BSS] at DS:SI. |0003:C704456E | MOVW [SI+0],"En" ; Dynamically initialize the notification string. |0007:C744026420 | MOVW [SI+2],"d " ; Assume DS=PARA# [BSS]. |000C:C744040A0D | MOVW [SI+4],0x0D0A ; CR+LF. |0011:C6440600 | MOVB [SI+6],0 ; Zero-terminate the notification. |0015:E8(0000) | CALL Write.D16:: ; Display notification "End". |0018:B44C | MOV AH,4Ch ; DOS function EXIT. |001A:CD21 | INT 21h ; Terminate program and return to DOS. |[BSS] ::::Section changed. |0000:.............. |.M:DB 7*BYTE ; Reserve space for ASCIIZ string "End" in [BSS] segment. |[CODE] ::::Section changed. |001C: | ENDP Exit.D16:: | | ENDPROGRAM %test.EX | **** ListMap "t8369.EX.obj",model=SMALL,groups=2,segments=2,entry=,stack= | [CGROUP],FA=00000064h,RVA=00000000h,size=0000001Ch=28,group [CODE] | [CODE],FA=00000064h,RVA=00000000h,size=0000001Ch=28,width=16,align=0010h,purpose=CODE | [DGROUP],FA=00000000h,RVA=00000000h,size=00000007h=7,group [BSS] | [BSS],FA=00000000h,RVA=00000000h,size=00000007h=7,width=16,align=0010h,purpose=BSS | **** ListGlobals "t8369.EX.obj",Global=0,Public=1,Extern=1,eXport=0,Import=0 | Exit.D16,[CGROUP]:00000000h,scope='P' | Write.D16,[Write.D16]:00000000h,scope='E' | |;; | |;; Create auxilliary LIBCOF library "%test.lib". | |%test PROGRAM FORMAT=LIBCOF,WIDTH=16,MODEL=SMALL | | LINK %test.WB.obj, %test.EX.obj | | ENDPROGRAM %test |# I0560 Linking COFF module ".\t8369.WB.obj". |# I0560 Linking COFF module ".\t8369.EX.obj". | **** ListMap "t8369.lib",model=SMALL,groups=0,segments=0,entry=,stack= | **** ListGlobals "t8369.lib",Global=0,Public=0,Extern=0,eXport=0,Import=0 | |;; | |;; Create the main OMF object module "%test.obj" from the LIBCOF library. | |%test PROGRAM FORMAT=OMF,WIDTH=16,MODEL=SMALL | | GLOBAL Write.D16, Beep.D16, Exit.D16 | | LINK %test.lib |[DATA] ::::Section changed. |0000:313662697420534D~|Msg::DB '%^WIDTH[]bit %^MODEL %^FORMAT program "%^OUTFILE".',13,10,0 | | ENDPROGRAM %test |# I0561 Linking LIBCOF library ".\t8369.lib". | **** ListMap "t8369.obj",model=SMALL,groups=1,segments=4,entry=,stack= | [CODE],FA=000000B9h,RVA=00000000h,size=0000003Ch=60,width=16,align=0010h,purpose=CODE | [DGROUP],FA=0000010Ch,RVA=00000000h,size=00000027h=39,group [DATA] | [DATA],FA=0000010Ch,RVA=00000000h,size=00000027h=39,width=16,align=0010h,purpose=DATA | [RODATA],FA=0000013Ah,RVA=00000000h,size=0000000Dh=13,width=16,align=0010h,purpose=RODATA | [BSS],FA=00000000h,RVA=00000000h,size=00000007h=7,width=16,align=0010h,purpose=BSS | **** ListGlobals "t8369.obj",Global=0,Public=4,Extern=0,eXport=0,Import=0 | Beep.D16,[CODE]:0000000Fh,scope='P' | Exit.D16,[CODE]:00000020h,scope='P' | Msg,[DGROUP]:00000000h,scope='P' | Write.D16,[CODE]:00000000h,scope='P'
Expected messages t8369.out
I0180 Assembling source file "t8369.htm". I0270 Assembling source "t8369". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t8369.WB". "t8369.htm"{45} I0510 Assembling program pass 1. "t8369.htm"{45} I0510 Assembling program pass 2. "t8369.htm"{45} I0530 Assembling program pass 3 - final. "t8369.htm"{45} I0660 16bit SMALL COFF file "t8369.WB.obj" created, size=478. "t8369.htm"{70} I0650 Program "t8369.WB" assembled in 3 passes with errorlevel 0. "t8369.htm"{70} I0470 Assembling program "t8369.EX". "t8369.htm"{81} I0510 Assembling program pass 1. "t8369.htm"{81} I0510 Assembling program pass 2. "t8369.htm"{81} I0530 Assembling program pass 3 - final. "t8369.htm"{81} I0660 16bit SMALL COFF file "t8369.EX.obj" created, size=335. "t8369.htm"{96} I0650 Program "t8369.EX" assembled in 3 passes with errorlevel 0. "t8369.htm"{96} I0470 Assembling program "t8369". "t8369.htm"{107} I0510 Assembling program pass 1. "t8369.htm"{107} I0530 Assembling program pass 2 - final. "t8369.htm"{107} I0560 Linking COFF module ".\t8369.WB.obj". "t8369.htm"{109} I0560 Linking COFF module ".\t8369.EX.obj". "t8369.htm"{109} I0660 16bit SMALL LIBCOF file "t8369.lib" created, size=1285. "t8369.htm"{109} I0650 Program "t8369" assembled in 2 passes with errorlevel 0. "t8369.htm"{109} I0470 Assembling program "t8369". "t8369.htm"{116} I0510 Assembling program pass 1. "t8369.htm"{116} I0510 Assembling program pass 2. "t8369.htm"{116} I0530 Assembling program pass 3 - final. "t8369.htm"{116} I0561 Linking LIBCOF library ".\t8369.lib". "t8369.htm"{121} I0660 16bit SMALL OMF file "t8369.obj" created, size=339. "t8369.htm"{121} I0650 Program "t8369" assembled in 3 passes with errorlevel 0. "t8369.htm"{121} I0750 Source "t8369" (198 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t8369.htm.lst" created, size=6580. I0990 EuroAssembler terminated with errorlevel 0.
Expected output file t8369. obj
0000: 80 07 00 05 74 38 33 36 39 26 88 10 00 00 00 45  ¤·°·t8369&¤·°°°E
0010: 75 72 6F 41 73 73 65 6D 62 6C 65 72 2F 88 05 00  uroAssembler/¤·°
0020: 00 9D 30 73 33 96 1E 00 00 04 43 4F 44 45 06 44  °¤0s3¤·°°·CODE·D
0030: 47 52 4F 55 50 04 44 41 54 41 06 52 4F 44 41 54  GROUP·DATA·RODAT
0040: 41 03 42 53 53 8C 98 07 00 68 3C 00 02 01 00 BA  A·BSS¤¤·°h<°··°¤
0050: 98 07 00 68 27 00 04 01 00 CD 98 07 00 68 0D 00  ¤·°h'°··°¤¤·°h·°
0060: 05 01 00 E6 98 07 00 68 07 00 06 01 00 EB 9A 04  ··°¤¤·°h·°··°¤¤·
0070: 00 03 FF 02 5E 90 0A 00 00 02 03 4D 73 67 00 00  °·¤·^¤¬°°··Msg°°
0080: 00 3A 90 0F 00 00 01 08 42 65 65 70 2E 44 31 36  °:¤·°°··Beep.D16
0090: 0F 00 00 F4 90 10 00 00 01 09 57 72 69 74 65 2E  ·°°¤¤·°°··Write.
00A0: 44 31 36 00 00 00 72 90 0F 00 00 01 08 45 78 69  D16°°°r¤·°°··Exi
00B0: 74 2E 44 31 36 20 00 00 C5 A0 40 00 01 00 00 B4  t.D16¯°°¤¤@°·°°¤
00C0: 02 8A 14 80 FA 00 74 05 CD 21 46 EB F4 C3 BE 02  ·¤·¤¤°t·¤!F¤¤¤¤·
00D0: 00 E8 EB FF BE 00 00 E8 E5 FF C3 90 90 90 90 BE  °¤¤¤¤°°¤¤¤¤¤¤¤¤¤
00E0: 00 00 C7 04 45 6E C7 44 02 64 20 C7 44 04 0A 0D  °°¤·En¤D·d¯¤D·¬·
00F0: C6 44 06 00 E8 C8 FF B4 4C CD 21 43 9C 0D 00 C4  ¤D·°¤¤¤¤L¤!C¤·°¤
0100: 10 54 03 C4 16 54 03 C4 21 54 04 BE A0 2B 00 02  ·T·¤·T·¤!T·¤¤+°·
0110: 00 00 31 36 62 69 74 20 53 4D 41 4C 4C 20 4F 4D  °°16bit¯SMALL¯OM
0120: 46 20 70 72 6F 67 72 61 6D 20 22 74 38 33 36 39  F¯program¯"t8369
0130: 2E 6F 62 6A 22 2E 0D 0A 00 7A A0 11 00 03 00 00  .obj".·¬°z¤·°·°°
0140: 07 00 42 65 65 70 69 6E 67 2E 2E 2E 00 01 8A 02  ·°Beeping...°·¤·
0150: 00 00 74                                         °°t

▲Back to the top▲