Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. arintel

    Inline assembly crash: memory access in kernel mode in Windows XP?

    Hello, I wrote a simple inline assembly for memory access as follows. __asm { mov EBX, 10h mov AL, [EBX] } And it crashed at the second code line. The code was in a device driver running in kernel mode of Windows XP (and in protected mode, I guess). What was the problem, please...

Part and Inventory Search

Back
Top