| | |
About BIOS interrupt 10h? Video?
![]() |
Hello!!! I would like to ask anybody can help me with "interrupt 10h". I do everything correct but every time I get a message "Segmentation fault". My code is:
section .text
global _start
_start:
mov ah,00h
mov al,45h
int 10h
When I compile the file into executable file and run it I get the message "Segmentation fault".
Can anybody help me? I use OS: LINUX and compiler: NASM.
Linux is 32 bit installation. If you can`t understand my problem please ask???
section .text
global _start
_start:
mov ah,00h
mov al,45h
int 10h
When I compile the file into executable file and run it I get the message "Segmentation fault".
Can anybody help me? I use OS: LINUX and compiler: NASM.
Linux is 32 bit installation. If you can`t understand my problem please ask???
•
•
Join Date: Apr 2009
Posts: 14
Reputation:
Solved Threads: 1
•
•
•
•
Hello!!! I would like to ask anybody can help me with "interrupt 10h". I do everything correct but every time I get a message "Segmentation fault". My code is:
section .text
global _start
_start:
mov ah,00h
mov al,45h
int 10h
When I compile the file into executable file and run it I get the message "Segmentation fault".
Can anybody help me? I use OS: LINUX and compiler: NASM.
Linux is 32 bit installation. If you can`t understand my problem please ask???
By default, the OS will use the 32 bit schema.
![]() |
Similar Threads
- need help generating graphic (Assembly)
- Print out Date & Time Assignment (Assembly)
- Initialising Video Modes (C)
Other Threads in the Assembly Forum
- Previous Thread: 16-bit assembaly on a 64-bit system
- Next Thread: Memory interface Problem!!!
| Thread Tools | Search this Thread |





