kevinthenerd

Platinum Member
Jun 27, 2002
2,908
0
76
I want to learn x86. (at least enough to play with it... nothing huge like rewriting Linux or anything) Do you have any good books that you'd recommend? Is there a "For Dummies" book on it? Any good assemblers that you'd recommend for either DOS or Linux?
 

pillage2001

Lifer
Sep 18, 2000
14,038
1
81
You can download TASM which let's your compile and run your codes. You can then use debug.exe to trace and run your code from there. But first, you must need a book. :D That being said, I don't know what book is good. :(
 

kalster

Diamond Member
Jul 23, 2002
7,355
6
81
tasm is for 8086 i would suggest start with something simpler like 8085 before you get into 8086, 8085 is programmed on boards directly though, i guess u cud pick 1 up from ebay or something, i am not sure, i used the boards we had in labs in school
 

pillage2001

Lifer
Sep 18, 2000
14,038
1
81
Originally posted by: kalster
tasm is for 8086 i would suggest start with something simpler like 8085 before you get into 8086, 8085 is programmed on boards directly though, i guess u cud pick 1 up from ebay or something, i am not sure, i used the boards we had in labs in school

I thought 8086 is as simple as it can get?!?!?

MOX AX,BX. :D

8 bit registers only though. :(
 

Glitchny

Diamond Member
Sep 4, 2002
5,679
1
0
hmmm lets see what book my prof had us get, seems pretty good........ Assembly Language for intel-based computers 4th edition by kip irvine seems pretty good