Forum: Assembly Apr 25th, 2009 |
| Replies: 10 Views: 893 Have you reded the things which you send me? If you do please tell me where you exacly see Explanation about "Segmentation fault". Maybe no where. |
Forum: Assembly Apr 25th, 2009 |
| Replies: 10 Views: 893 You just did it. Second I don't need your answer because is useless. |
Forum: Assembly Apr 25th, 2009 |
| Replies: 10 Views: 893 First of all I don`t need links to learn assembler. Secondary why do you think I`m so stuped like you? LAME!!! Interrupt 21h is only for DOS and with it, there is no way to set the video mode.... |
Forum: Assembly Apr 25th, 2009 |
| Replies: 10 Views: 893 This is not helping me. I don't need a book like "Art of assembly" or some bullshits like this. I need to now and understand what means this error "Segmentation fault." I don`t think the hardware... |
Forum: Assembly Apr 24th, 2009 |
| Replies: 10 Views: 893 Ok. I'm sorry about this little mistake. Here is a some example. I have this problem in this code:
section .text
global _start
_start:
mov ah,00h
mov al,45h
int 10h
I... |
Forum: Assembly Apr 22nd, 2009 |
| Replies: 10 Views: 893 Hello! I have a problem when I try to do some interrupt in assembly program. When I try to execute, executable file i get this message "Segmentation fault.". Please help? I have this problem almost... |
Forum: Assembly Apr 21st, 2009 |
| Replies: 3 Views: 445 Please explain again because I don't understand you? |
Forum: Assembly Apr 15th, 2009 |
| Replies: 2 Views: 788 Ok. Do you know how can i use a 32 bit "video mode" on Linux OS? |
Forum: Assembly Apr 10th, 2009 |
| Replies: 2 Views: 788 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
... |
Forum: Assembly Apr 9th, 2009 |
| Replies: 0 Views: 502 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 ... |