mov ax, @data
mov ds, ax
mov dx, offset ObsceneComment
mov ah, 09h
int 21h
mov ax, 4c00h
int 21h
end