- push eax\r
- push ecx\r
- in al, 0x61 ; turn the speaker on.\r
- or al, 3\r
- out 0x61, al\r
- mov ecx, 50\r
- call delay ; timer.inc\r
- call speaker_off\r
- pop ecx\r
- pop eax\r
- ret
\ No newline at end of file
+ push eax\r
+ push ecx\r
+ in al, 0x61 ; turn the speaker on.\r
+ or al, 3\r
+ out 0x61, al\r
+ mov ecx, 50\r
+ call delay ; timer.inc\r
+ call speaker_off\r
+ pop ecx\r
+ pop eax\r
+ ret
\ No newline at end of file