VOGONS

Common searches


Search results

Display options

[Resolved] Internal PC Speaker and ASCII Bell Character

in DOSBox General
Sorry if this is in the wrong place. I am developing a game for DOS in ASM (Believe it or not :cool: ) and I noticed that printing the bell character using either... mov ah,2 mov dl,7 ;ASCII bell Char int 21h ;Print It! ...or.... mov ah,09h mov al,7 ;ASCII bell Char mov bh,0 ;Page 0 mov bl,0 ; …

Page 1 of 1