monkhandle really thank you
the second link doesnt open :(
it compiled successfuly but run time error occured
however thank you very much i will analys it carefuly
to understand how it works
did you say it worked with
digital mars compiler .
lionelhill , xwb
you are both all right
at this stage my project exactly how to do
bios interrupt 10h using OUTP , ANSI C
is the next stage of my project
if you can then help me there is no more time left
thank you .
monkhandle
CONIO.H is allowed in my project
so if you can show me how can i
use outp to switch mode to graphic
mode then write pixels
please hurry
thank you .
lionelhill thank you for explaining
however just one success of do grafics
using pointers is good for my project
i only need to do that as a start step
if you can give me the way it will be
kind of you .
well ,thank you guys for replies
XWB >> i use QC v2.0 compiler under dos .
monkhandle >> i have a university project
should be complete under dos using ANSI C
i have no choice , coz ANSI C doesnt support
graphics ,doesnt support asm , doesnt support
even dos.h
the i have to find a method to...
monkhandle
yes you allright i'm really need to use pointer
to point and call BIOS 10H service
please if that possible then give me
a completed program even to write one pixel
thank you .
thank you monkhandle
I commend your effort
by the way, i found code that do it and tried it
it worked succesfuly , here is it :
------------------------------------------------------
main()
{
char far *scrn = (char far *) 0xB8000000;
short int attribute = 164;
int full_screen = 80 * 25 *...
monkhandle , xwb
thank you for reply
asm doesnt accepted with ANSI C
and my project should doned with ANSI C
can you give me a complet program
how to point to the 10H interrupt then call it
thank you .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.