- May 28, 2007
- 3,999
- 63
- 91
Need to write a small program, that I've got almost done. Just need to add a section so that when I jump to it because the preceding value was false, it make a BEEP (via board speaker or attached speakers doesn't really matter). My book just says to echo a beep character (ASCII 7). But if I do this:
I've also tried int 21h with no luck either. Also int 07h.
I get no beeps. I'm sure I'm missing something really silly, any enlightenment?
Code:
mov AX, 7
_PutCh
I've also tried int 21h with no luck either. Also int 07h.
I get no beeps. I'm sure I'm missing something really silly, any enlightenment?