Is there much difference between X86 Assembly language on Windows and Linux?
Posted
by
Logan545
on Programmers
See other posts from Programmers
or by Logan545
Published on 2013-10-20T11:30:16Z
Indexed on
2013/10/20
16:09 UTC
Read the original article
Hit count: 258
I'm a complete beginner at Assembly, and my aim is to learn as much as I can to do with Assembly to one day I can reach expert level (I know I'm way off right now, but you never know). My only problem is this: I've got two books which both teach assembly, one on a Linux and the other on Windows. They are Jeff Duntemann's Assembly Language Step By Step (the linux one) and Introduction to 80x86 Assembly Language and Computer Architecture (the windows version). If I want to get the best out of assembly, should I do this on linux and windows? Also, is the syntax the same on Windows and Linux or will I have teach my self again when learning on the other OS( which is my main concern, I want to be able to use assembly on windows and linux).
© Programmers or respective owner