EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t8062: BIN program for 16bit DOS links COFF modules


Source & expected listing t8062.htm.lst
| | EUROASM AUTOSEGMENT=ON,CPU=086,DUMPWIDTH=24,PRIV=ENABLED |7438303632 |%test %SET t8062 ; BIN.D16 links COFF.D16 |00000000: | | |;; Create the first auxilliary COFF module "%test.WB.obj". | |%test.WB PROGRAM FORMAT=COFF,WIDTH=16,MODEL=TINY | |;; |[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 "t8062.WB.obj",model=TINY,groups=1,segments=2,entry=,stack=[COMGROUP]:00002000h | [COMGROUP],FA=00000064h,RVA=00000000h,size=0000001Ch=28,group [CODE] [RODATA] | [CODE],FA=00000064h,RVA=00000000h,size=0000001Ch=28,width=16,align=0010h,purpose=CODE | [RODATA],FA=00000094h,RVA=00000000h,size=0000000Dh=13,width=16,align=0010h,purpose=RODATA+LITERAL | **** ListGlobals "t8062.WB.obj",Global=0,Public=2,Extern=0,eXport=0,Import=0 | Beep.D16,[COMGROUP]:0000000Fh,scope='P' | Write.D16,[COMGROUP]:00000000h,scope='P' | |;; | |;; Create the second auxilliary COFF module "%test.EX.obj". | |%test.EX PROGRAM FORMAT=COFF,WIDTH=16,MODEL=TINY |[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 "t8062.EX.obj",model=TINY,groups=1,segments=2,entry=,stack=[COMGROUP]:00002000h | [COMGROUP],FA=00000000h,RVA=00000000h,size=0000001Ch=28,group [CODE] [BSS] | [CODE],FA=00000064h,RVA=00000000h,size=0000001Ch=28,width=16,align=0010h,purpose=CODE | [BSS],FA=00000000h,RVA=00000000h,size=00000007h=7,width=16,align=0010h,purpose=BSS | **** ListGlobals "t8062.EX.obj",Global=0,Public=1,Extern=1,eXport=0,Import=0 | Exit.D16,[COMGROUP]:00000000h,scope='P' | Write.D16,[Write.D16]:00000000h,scope='E' | |;; | |;; Create the BIN program "%test.bin" from two auxilliary COFF modules. | |%test PROGRAM FORMAT=BIN,WIDTH=16,MODEL=TINY |[CODE] ::::Section changed. |0000:90 | NOP |0001:BE[0000] | MOV SI,Msg |0004:E8(0000) | CALL Write.D16:: |0007:E8(0000) | CALL Beep.D16:: |000A:E8(0000) | CALL Exit.D16:: | | LINK %test.WB.obj, %test.EX.obj |[DATA] ::::Section changed. |0000:3136626974205449~|Msg::DB '%^WIDTH[]bit %^MODEL %^FORMAT program "%^OUTFILE".',13,10,0 | | ENDPROGRAM %test |# I0560 Linking COFF module ".\t8062.WB.obj". |# I0560 Linking COFF module ".\t8062.EX.obj". | **** ListMap "t8062.bin",model=TINY,groups=1,segments=4,entry=,stack=[COMGROUP]:0000FFFEh | [COMGROUP],FA=00000000h,VA=00000000h,size=00000097h=151,group [CODE] [RODATA] [DATA] [BSS] | [CODE],FA=00000000h,VA=00000000h,size=0000004Ch=76,width=16,align=0010h,purpose=CODE | [RODATA],FA=00000050h,VA=00000050h,size=0000000Dh=13,width=16,align=0010h,purpose=RODATA | [DATA],FA=00000060h,VA=00000060h,size=00000026h=38,width=16,align=0010h,purpose=DATA | [BSS],FA=00000090h,VA=00000090h,size=00000007h=7,width=16,align=0010h,purpose=BSS | **** ListGlobals "t8062.bin",Global=0,Public=4,Extern=0,eXport=0,Import=0 | Beep.D16,[COMGROUP]:0000001Fh,VA=0000001Fh,scope='P' | Exit.D16,[COMGROUP]:00000030h,VA=00000030h,scope='P' | Msg,[COMGROUP]:00000060h,VA=00000060h,scope='P' | Write.D16,[COMGROUP]:00000010h,VA=00000010h,scope='P'
Expected messages t8062.out
I0180 Assembling source file "t8062.htm". I0270 Assembling source "t8062". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t8062.WB". "t8062.htm"{45} I0510 Assembling program pass 1. "t8062.htm"{45} I0510 Assembling program pass 2. "t8062.htm"{45} I0530 Assembling program pass 3 - final. "t8062.htm"{45} I0660 16bit TINY COFF file "t8062.WB.obj" created, size=478. "t8062.htm"{70} I0650 Program "t8062.WB" assembled in 3 passes with errorlevel 0. "t8062.htm"{70} I0470 Assembling program "t8062.EX". "t8062.htm"{80} I0510 Assembling program pass 1. "t8062.htm"{80} I0510 Assembling program pass 2. "t8062.htm"{80} I0530 Assembling program pass 3 - final. "t8062.htm"{80} I0660 16bit TINY COFF file "t8062.EX.obj" created, size=335. "t8062.htm"{95} I0650 Program "t8062.EX" assembled in 3 passes with errorlevel 0. "t8062.htm"{95} I0470 Assembling program "t8062". "t8062.htm"{105} I0510 Assembling program pass 1. "t8062.htm"{105} I0510 Assembling program pass 2. "t8062.htm"{105} I0530 Assembling program pass 3 - final. "t8062.htm"{105} I0560 Linking COFF module ".\t8062.WB.obj". "t8062.htm"{115} I0560 Linking COFF module ".\t8062.EX.obj". "t8062.htm"{115} I0660 16bit TINY BIN file "t8062.bin" created, size=134. "t8062.htm"{115} I0650 Program "t8062" assembled in 3 passes with errorlevel 0. "t8062.htm"{115} I0750 Source "t8062" (174 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t8062.htm.lst" created, size=6309. I0990 EuroAssembler terminated with errorlevel 0.
Expected output file t8062. bin
0000: 90 BE 60 00 E8 09 00 E8 15 00 E8 23 00 90 90 90  ¤¤`°¤·°¤·°¤#°¤¤¤
0010: B4 02 8A 14 80 FA 00 74 05 CD 21 46 EB F4 C3 BE  ¤·¤·¤¤°t·¤!F¤¤¤¤
0020: 52 00 E8 EB FF BE 50 00 E8 E5 FF C3 90 90 90 90  R°¤¤¤¤P°¤¤¤¤¤¤¤¤
0030: BE 90 00 C7 04 45 6E C7 44 02 64 20 C7 44 04 0A  ¤¤°¤·En¤D·d¯¤D·¬
0040: 0D C6 44 06 00 E8 C8 FF B4 4C CD 21 00 00 00 00  ·¤D·°¤¤¤¤L¤!°°°°
0050: 07 00 42 65 65 70 69 6E 67 2E 2E 2E 00 00 00 00  ·°Beeping...°°°°
0060: 31 36 62 69 74 20 54 49 4E 59 20 42 49 4E 20 70  16bit¯TINY¯BIN¯p
0070: 72 6F 67 72 61 6D 20 22 74 38 30 36 32 2E 62 69  rogram¯"t8062.bi
0080: 6E 22 2E 0D 0A 00                                n".·¬°

▲Back to the top▲