Turbo Assembler	 Version 2.0	    21/08/00 00:08:19	    Page 1
disk2.asm



      1	0000			     code1   segment 'code'
      2				     assume  cs:code1,ds:code1
      3				     org     100h
      4	0100			     main    proc
      5	0100  8C D8		     mov     ax,ds
      6	0102  8E C0			     mov     es,ax
      7	0104  BB 011Ar			     lea     bx,buffer
      8	0107  B2 00			     mov     dl,0
      9	0109  B6 00			     mov     dh,0
     10	010B  B5 00			     mov     ch,0
     11	010D  B1 03			     mov     cl,3
     12	010F  B0 01			     mov     al,1
     13	0111  B4 03			     mov     ah,3
     14	0113  CD 13			     int     13h
     15	0115  B8 4C00			     mov     ax,4c00h
     16	0118  CD 21			     int     21h
     17	011A			     main    endp
     18	011A  00		     buffer  db	     0
     19	011B			     code1   ends
     20				     end     main
Turbo Assembler	 Version 2.0	    21/08/00 00:08:19	    Page 2
Symbol Table




Symbol Name			  Type	 Value

??DATE				  Text	 "21/08/00"
??FILENAME			  Text	 "disk2	  "
??TIME				  Text	 "00:08:19"
??VERSION			  Number 0200
@CPU				  Text	 0101H
@CURSEG				  Text	 CODE1
@FILENAME			  Text	 DISK2
@WORDSIZE			  Text	 2
BUFFER				  Byte	 CODE1:011A
MAIN				  Near	 CODE1:0100

Groups & Segments		  Bit Size Align  Combine Class

CODE1				  16  011B Para	  none	  CODE
