Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: jwalker on June 06, 2012, 12:44:57 am

Title: Help learning X86 Asm
Post by: jwalker on June 06, 2012, 12:44:57 am
I was wondering if anyone knows of any good X86 Asm tutorials. I cant seem to find any.
Title: Re: Help learning X86 Asm
Post by: TIfanx1999 on June 06, 2012, 12:48:04 am
I don't know of any, however I am curious; what is your interest in learning x86 ASM? Do you do a lot of computer programming and wish to supplement it with ASM?
Title: Re: Help learning X86 Asm
Post by: jwalker on June 06, 2012, 12:50:22 am
That and I would like to write my own OS one day.
Title: Re: Help learning X86 Asm
Post by: TIfanx1999 on June 06, 2012, 12:54:02 am
Ah, I see. From what I've heard, many Oses are largely written in C/ C++, so that may be something to look into as well. =) Writing an OS is a massive undertaking on it's own too, so I'd suggest looking into linux. You can do lots of customization(from what i understand) without having to re-invent the wheel. If nothing else, it'd be a good place to start. =)
Title: Re: Help learning X86 Asm
Post by: jwalker on June 06, 2012, 12:58:53 am
True, but alot of critical stuff cant be written in C/C++. I may start with linux to get an idea about what I would be getting into, but later I would probably write one from scratch.
I probably wont try this though for a couple of years, so I know I have a very good understanding of C/C++ and asm.