Hello, Fellow osdev'ers
I have been doing some tutorials on the wiki and i did the tutorials from JamesMolloy and i did some of Brokenthorn.com 's tutorials.
And i got stuck with the bootloader part. I followed the tutorial but i really had no idea about what i was doing.
So i just grabbed some money and decided to buy a book.
I let my eye's fall on these books which one would be the best one to start with? For a beginner in ASM?
1. Assembly language step by step - programming with dos and linux, second edition
2. Introduction to 80x86 assembly language and computer architecture (by richard c. detmer)
Or are there any other suggestions?
Thank you for reading!
Assembler Book Recommendations [Was: Assembler]
Re: Assembler Book Recommendations [Was: Assembler]
The book you choose are very muct the same. If you have not program before, i would suggest number 2.I have been doing some tutorials on the wiki and i did the tutorials from JamesMolloy and i did some of Brokenthorn.com 's tutorials.
And i got stuck with the bootloader part. I followed the tutorial but i really had no idea about what i was doing.
So i just grabbed some money and decided to buy a book.
I let my eye's fall on these books which one would be the best one to start with? For a beginner in ASM?
1. Assembly language step by step - programming with dos and linux, second edition
2. Introduction to 80x86 assembly language and computer architecture (by richard c. detmer)
Re: Assembler Book Recommendations [Was: Assembler]
Okay thank you for your advice.
Well its only about assembly programming i hope to learn on how to program in real mode & pmode for the x86 will one of these books do or?
Would you suggest me another book?
Well its only about assembly programming i hope to learn on how to program in real mode & pmode for the x86 will one of these books do or?
Would you suggest me another book?
- Firestryke31
- Member
- Posts: 550
- Joined: Sat Nov 29, 2008 1:07 pm
- Location: Throw a dart at central Texas
- Contact:
Re: Assembler Book Recommendations [Was: Assembler]
I already knew the basics behind assembly language (z80 ASM was my second language, after TI-BASIC) but transferring over to x86 assembly was a whole lot easier with this page as a reference. It's a listing of all of the opcodes available on the 80386 processor, as well as a short description of how they work. With the x86, most opcodes are available in both rmode and pmode, and that page explains any differences between how they work. The trick is tuning out the extraneous info (chances are, you won't need to know the hex code of the opcode you're looking at, or the exact timings under all conditions) so you don't have your eyes glaze over when you see the big wall of stuff. Most of the time the opcode, it's parameters, what it does, and in rare cases the affected flags are enough.
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
Re: Assembler Book Recommendations [Was: Assembler]
There's already quite a nice long list of book recommendations in this very forum. Take a look at that thread please, there's no reason to repeat it!
I changed the topic of this thread to better reflect the contents, as well.
I changed the topic of this thread to better reflect the contents, as well.