Run and analyze the following program and tell what will be the out put of this program ?
[org 0x0100]
mov ax, 0x000D
int 0x10
mov ax, 0x0C07
xor bx, bx
mov cx, 160
mov dx, 100
l1: int 0x10
loop l1
mov ah, 0
int 0x16
mov ax, 0x0003
int 0x10
mov ax, 0x4c00
int 0x21