Page 1 of 1

Interrups and graphic mode

Posted: Sat Apr 17, 2004 8:09 am
by PJ
640x480x16 and 8x8 font???? in assembler graphic mode???

I please AX, BX ecd...... and INT **h ??

Re:Interrups and graphic mode

Posted: Sat Apr 17, 2004 8:18 am
by DennisCGc

Code: Select all

   mov  ax,0012h
   int    0x10   ; set to 640x480x16
And about the 8x8 font, I don't know sure.
Maybe you can use the teletype function.

Code: Select all

   mov  ax,0e00h+'H'
   mov  bx,0700h
   int    0x10        ;this will print H to the screen (I hope ;) )

Re:Interrups and graphic mode

Posted: Sat Apr 17, 2004 2:49 pm
by ASHLEY4
Dennis,you should get a job as a translator ;)

ASHLEY4.

Re:Interrups and graphic mode

Posted: Sun Apr 18, 2004 4:12 am
by DennisCGc
ASHLEY4 wrote: Dennis,you should get a job as a translator ;)

ASHLEY4.
What do you mean ? ::)