News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Suggested reading

Started by Darkwing Duck, December 09, 2013, 09:52:36 PM

Previous topic - Next topic

Darkwing Duck

Hi Guys, I'm very new to Assembler programming.
I'm reading a book called "The Zen of Assembly Language".
Would this be a good place to start?
The book seems to focus only on the 8088 processor which is a 16 bit processor and my hardware is all 64 bit Intel processors.
Will there be any complications with this?
Also will I have any complications on my hardware using the MASM32 compiler?
Which documentation or books would you recommend to quickly get me going and doing the right things with MASM32?

Thanks.
DWD

jj2007

16-bit code and books are mega-out, but 32-bit code will run just fine on your 64-bit system.
Check Tips, Tricks & Traps for recommended reading.

Darkwing Duck

Ahhh, thank you. I will read through that.