I tried running this code I got from MSDN.....

it's in assembler..
Code:
__asm                  // __asm block
{
   mov eax, 01h
   int 10h
}
it doesn't say what it's supposed to do, all it did for me was give me the BSOD.....

I know I should ask this in the assembler forum, but more poeple come here then there.