Skip to content

Instantly share code, notes, and snippets.

@pmachapman
Created September 9, 2014 22:54
Show Gist options
  • Save pmachapman/c369ece8e751a37c6de6 to your computer and use it in GitHub Desktop.
Save pmachapman/c369ece8e751a37c6de6 to your computer and use it in GitHub Desktop.
Simple "beep" assembly routine. Compile with: debug < beep.asm
N BEEP.COM
A 100
MOV AH, 27
INT 21
MOV AH, 4C
INT 21
RCX
8
W
Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment