We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3b65a commit 2b78bc6Copy full SHA for 2b78bc6
1 file changed
MonikaDriver-Win10/MonikaBeep.asm
@@ -1,6 +1,7 @@
1
.code _text
2
3
MonikaBeepInit PROC PUBLIC
4
+
5
and rcx, 0FFFFh; Only Keep 2 bytes (uint16)
6
cmp rcx, 0;
7
ja process;
0 commit comments