First post, by mau80
Hi to all,
I'd like to write a simple ASM Program that should works under DOSBOX environment under Windows XP/7
This program should perform any type of beep using simplest mode in assembly language eg:
mov dl, 07h
mov ah, 2
int 21h ; DOS beep
this beep could be redirect to soundcard or any other devices, It's not mandatory perform the beep using pc speaker.
I've try various task but I'm not able to perform that action.
Before post I've try to search for similar thread, but I've not found nothing that could resolve my problem.
Cold you give to me some help
Thank you very much
Maurizio