Interrups and graphic mode
Posted: Sat Apr 17, 2004 8:09 am
640x480x16 and 8x8 font???? in assembler graphic mode???
I please AX, BX ecd...... and INT **h ??
I please AX, BX ecd...... and INT **h ??
The Place to Start for Operating System Developers
http://f.osdev.org/
Code: Select all
mov ax,0012h
int 0x10 ; set to 640x480x16
Code: Select all
mov ax,0e00h+'H'
mov bx,0700h
int 0x10 ;this will print H to the screen (I hope ;) )
What do you mean ? ::)ASHLEY4 wrote: Dennis,you should get a job as a translator
ASHLEY4.