Why is ascii 7 not working in the dosbox? /// mov ah, 2 mov dl, 7 int 21h /// This piece of code works in Emu8086 but does not work in dosbox. Help solve the problem or sugg