Hi all,
I need help with generating sound in c++ or asm. But the sound not from the speakers, but from the motherbother. I tried
mov ax, 0x0e07
xor bx, bx
int 0x10
But when i compile raised an error "Access violation"