push ax
push bx
push cx
push dx
jmp jp1
txt:
db "How the wind blows, in the chasm far below the earth"
db 0a,0d
db "can anyone tell, how this will turn out? Will they fall in love?"
db 0a,0d
db "THAT is anyone's guess..."
$lxt
jp1:
mov bx,0001
mov dx,txt
mov cx,lxt
mov ah,40
int 21
pop dx
pop cx
pop bx
pop ax
ret
               (
geocities.com/siliconvalley/haven)                   (
geocities.com/siliconvalley)