| Although I consider COBOL my primary language, I have always had an interest in Assembler, perhaps because when I started learning higher level languages (specifically COBOL and RPG) back in 1973, I was fortunate enough to have teachers and mentors who knew (and took the time to explain to me) what underlying assembler instructions would be generated for some particular higher level syntax. In the latter years of the 1970's I was working for a bank and was one of those programmers that made the auditors cringe since I was perfectly comfortable patching the generated load module to make a simple change in a program rather than making a source change and recompiling. In the last half of the 1980's I found that I could often make better solutions to problems by writing subroutines in Assembler to be called from my main COBOL programs. To my surprise, I found that in a couple of the companies that I worked for my routines "bled" out of my project group and became the company standard for handling particular problems. Even more so than other technical books, Assembler text books do not stay in print long and there are few people writing new ones. Most of the Assembler texts I hold on my shelves are considered antiques and are long out-of-print. Unfortunately, the one text that I often grab for reference falls into that category also. The three texts that seem to be most recommended when the question is posed in newsgroups I frequent are those written by Peter Abel, Overbeek/Singletary, and Stern/Sager/Stern. I have read the Abel and Overbeek/Singletary books and agree that they are excellent, although I don't presently have copies in my library. I would point to Abebooks.COM as a possible source to obtaining good used copies of these (and other programming related) books. They may also be available new, but with a longer lead time and higher price from Amazon.COM.
Assembler Discussion List
Assembler Resources on the Web
If you want to see some of the assembler subroutines I have written, select the Resumé navigation tab. This page was last updated on April 09, 2009. |