On Fri, Sep 25, 2009 at 2:39 PM, Mark Traceur <[email protected]> wrote: > Howdy! > > I'm starting to program in Assembly Language. It's mostly an academic > exercise, but I'd like to do it on Linux. I know it's more complicated than > on Windows... > > Is there any good tutorial to using nasm, or Linux assembly in general? My > class is based around MASM and I'd like to show them up with the power of > Open Source ^^
BTW, here's a site which is for programming on Unix type systems in assembler: http://asm.sourceforge.net/ I.e., there's learning the assembler which is one part of the problem. The other is figuring out how how to call your operating system so you get some kind of output. Some tutorials: http://asm.sourceforge.net/resources.html#tutorials I like the one about creating "really teensy ELF executables." -- John. _______________________________________________ LinuxUsers mailing list [email protected] http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers
