Day 16
Mischief #1
Today, we will be mischievious! This following program will crash any DOS/Win9x computer so
bad you'll need a reboot and ctrl+alt+del isn't going to help.
The Program
This program won't harm anything, but don't take my word on that. I take no responsibility for
this program. Code:
;;---CODE START---;;
mov ah,0
mov al,13h
int 10h
label:
cli ; disable interrupts from happening
jmp label
;;---CODE END---;;
The CLI instruction CLears Interrupts from happening, including the internal keyboard interrupts that
happen every time a key is pressed.
You don't use CLI too often, but it's good to know about.
This Day In Review
I just had to tell about this!
Have fun!,
-Mike
Intro - Day 17
Patater GBAGuy Mirror
Contact