Author Topic: Help learning X86 Asm  (Read 2162 times)

0 Members and 1 Guest are viewing this topic.

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Help learning X86 Asm
« 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.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Help learning X86 Asm
« Reply #1 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?

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Help learning X86 Asm
« Reply #2 on: June 06, 2012, 12:50:22 am »
That and I would like to write my own OS one day.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Help learning X86 Asm
« Reply #3 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. =)

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Help learning X86 Asm
« Reply #4 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.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads