Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by huseyinyagli

  1. huseyinyagli

    Segmentation fault(core dumped)

    I've found my problem, its that I dont push-pop the registers that I'm modifying in the function...
  2. huseyinyagli

    Segmentation fault(core dumped)

    Program is running normally do the job but is killed at the end and I get this error message a very simple example: ---asm.s global OpenFile section .text OpenFile: push ebp mov ebp,esp mov eax,5 mov ebx,[ebp+8] mov ecx,0 int 80h leave ret --------main.c extern int OpenFile(const...

Part and Inventory Search

Back
Top