About interrupt 10h? Set video mode?

Reply

Join Date: Apr 2009
Posts: 10
Reputation: destruct0 is an unknown quantity at this point 
Solved Threads: 0
destruct0's Avatar
destruct0 destruct0 is offline Offline
Newbie Poster

About interrupt 10h? Set video mode?

 
0
  #1
Apr 9th, 2009
Hi!!!
I have little problem. When i try to execute my program:

section .data

section .text
global _start
_start:
mov ah,00h
mov al,45h ;('45h' is just example)
int 10h

I get the message "Segmentation fault".
I suppose I get this message because my video card it's new model. Ati Radeon 3870hd.
I suppose this function and interrupt it's for video card models old 10 years maybe.
I use OS: LINUX and compilation with NASM.

Sorry for my English.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Assembly Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC