News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Moving from 16-bit to 32-bit programming

Started by Petra93, May 12, 2016, 05:24:08 AM

Previous topic - Next topic

Petra93

Hello, all,

For a few years I have been writing 16-bit code, using the TextPad editor, and now I would like to
get into 32-bit programming. My main interest is integer arithmetic, particularly prime numbers.

I need a recommendation for a textbook, and a recommendation for a text editor that can deal with
32-bit programs; something similar to TextPad, I suppose.

Thanks.

Michael

Zen

MICHAEL,
The code editor that Hutch supplies with the MASM32 Project (Quick Editor) is excellent. :bgrin:
As far as a text book goes,...there's really nothing out there except, Assembly Language for x86 Processors, 7th Edition, by Kip Irvine, 2014. This edition is a great improvement over previous editions, but, it still has problems. You're better off reading the Intel Software Developer Manuals: IntelĀ® 64 and IA-32 Architectures Software Developer Manuals, and, of course, reading through the source code that comes with the MASM32 Project, Version 11.
...As an alternative code editor, there's: JOCHEN's,  A Guide to the RichMasm Editor. JOCHEN is a very accomplished assembly language programmer, but, in all honesty, he causes my brain to hemorrhage,...:bgrin: