How insert asm code in visual studio.net compilers
From: JuanK (juank_at_etb.net.co)
Date: 04/07/04
- Next message: Jeff Partch: "Re: How insert asm code in visual studio.net compilers"
- Previous message: GuitarBill: "RE: enum size"
- Next in thread: Jeff Partch: "Re: How insert asm code in visual studio.net compilers"
- Reply: Jeff Partch: "Re: How insert asm code in visual studio.net compilers"
- Reply: JuanK: "RE: How insert asm code in visual studio.net compilers"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Apr 2004 11:46:09 -0700
Hi,
please be patience because i dont speak in english.
TX
I need insert asm code in my c program, im using the
__asm
{
}
sintax but the problem start when i try to set video mode calling the
Int 10 routine
i dont understand why that happen. :'(
In old compilers like tirbo c o DJGPP the interruption call works ok but in vs.net its create an access violation exception each time that i use a interrupt call.
Im trying to set the video mode, but i dont wanna use any existing API, im only wanna do that from my own source from the asm way or another way thats not related wiht any API use...
Please helpme for this purpose, your ideas are big help ideas for me.
TX
Juan Carlos Ruiz
bogotá - Colombia
- Next message: Jeff Partch: "Re: How insert asm code in visual studio.net compilers"
- Previous message: GuitarBill: "RE: enum size"
- Next in thread: Jeff Partch: "Re: How insert asm code in visual studio.net compilers"
- Reply: Jeff Partch: "Re: How insert asm code in visual studio.net compilers"
- Reply: JuanK: "RE: How insert asm code in visual studio.net compilers"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|