Posted by robost86 on 09:50:00 06-11-2001
Assembler programming in Linux...
"So, what is Unix assembly programming? Well, one can tell you it's a nightmare." - (from the main page of the Linux Assembly site)
http://www.linuxassembly.org/
Posted by fabs on 13:58:00 06-11-2001
yeah... seems like it...
fabs
Posted by bandij on 16:50:00 06-27-2001
No linuxassembly isn't a nightmare, it's quite difficult sometimes but not impossible.. I learned assembly language on a Linux x86 OS and I don't claim to be a good asm-coder.
The only problem is, that you work with sys-calls (nearly) all the time.. what doesn't mean it's less comfortable than DOS/Win assembly because you can access the full systems functionality (if fork(), mount() etc. are words for you)..
Bandi
[addsig]
Posted by gumleef on 05:02:00 07-25-2001
also some great info on unix asm at www.int80h.org
Posted by robost86 on 06:56:00 07-25-2001
Thanks
And Bandi, of course it's possible