![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2005
Posts: 12
Rep Power: 0
![]() |
Need some ASM book recommendations
Hi, I just finished reading this beginners level book on ASM.
Assembly Step by Step (Dos/Linux) Anyway, I want to learn more ASM, but many of the books seem obsolete (Focus on DOS and not Windows or Linux). Are the DOS books worth reading anymore (Such as the 16 bit AOA DOS version)? Many people say the new AOA book with protected mode is good, but it uses a pseudo assembly language throughout the whole book. Are there any protected mode books that use real asm? Anyway, I want to learn enough ASM so that I can constantly beat the compiler in terms of speed etc. |
|
|
|
|
|
#2 |
|
The Supreme Ruler
![]() Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6
![]() |
Ehh, I don't know what else to suggest, but that is one awesome book, isn't it.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Apr 2005
Posts: 12
Rep Power: 0
![]() |
Yeah step by step was a good book, but I want use ASM so I need some more advanced books imo(non obsolete ones).
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Nov 2004
Location: 1691 miles East of L.A.
Posts: 159
Rep Power: 4
![]() |
There is a definite lack of decent books on 32 bit assembly programming. 'Art Of Assembly' comes to mind as one of the better ones but uses a higher level language similar to c++. There is some good info there and Randall Hyde is an excellent author. This can be found online with a simple google search. As usual, I recommend downloading the MASM32 package maintained by Hutch. There is a huge user base along with a plethora of examples both in the MASM32 package and on the internet. These should get you started if you're interested. You may also want to check out FASM which is an awesome assembler but lacks the strong user base and numerous examples MASM32 provides. Good luck.
Google Keywords: Art of Assembly MASM32 Iczelion tutorials FASM
__________________
-- lostcauz Stepped in what?... Behind whose barn?... I didn't even know they had a cow! |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Apr 2005
Posts: 12
Rep Power: 0
![]() |
Would it be better to ignore the syntax and the HLA language and just read the other information it has? I dont like how he changed the syntax of assembly to things like Mov(0,EAX) etc.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|