Dear All, Anyone can tell me why this chdir code doesnot work on linux ? -> from what i read, chdir is system call number 12 section .text global _start _start: mov eax, 12 mov ebx, dir int 80h mov eax, 1 mov ebx, 0 int 80h section .data dir: db '/bin' Thanks, Pri __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - : send the line "unsubscribe linux-assembly" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
- Follow-Ups:
- Re: chdir on linux does not work
- From: jeff
- Re: chdir on linux does not work
- From: Brian Raiter
- Re: chdir on linux does not work
- From: Timo Lindfors
- Re: chdir on linux does not work
- Prev by Date: RE: please help me
- Next by Date: Re: chdir on linux does not work
- Previous by thread: please help me
- Next by thread: Re: chdir on linux does not work
- Index(es):