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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dongshandle

  1. dongshandle

    Simple Assembly code got system error,any hints?

    My simplest "hello world" assembly code can compile and link. But everytime I tried to run it, just got system error "The program tried to execute an invalid instruction". First, I thought it's because 386 up CPUs run under Protected Mode in default and I need to use DPMI...
  2. dongshandle

    Anybody knows how to call DPMI services in VC6.0?

    I am writing a Win32 console application to call a DOS interrupt handler. When I wrote inline assembly code to call "int 31h" with the interrupt number in BX and 0300 in AX, a General Protection Fault came out and the system crashed. Can anybody tell how to fix that?

Part and Inventory Search

Back
Top