naper2000
02-26-2004, 02:45 AM
I want 2 learn machine code and i was wondering if you guys knew where i could look to find a reliable and valiade source to learn it. It should b round a month type site 2 learn and for a begginner. Thanx
|
Click to See Complete Forum and Search --> : ne1 have a link or crash course i could learn machine code in? naper2000 02-26-2004, 02:45 AM I want 2 learn machine code and i was wondering if you guys knew where i could look to find a reliable and valiade source to learn it. It should b round a month type site 2 learn and for a begginner. Thanx Malone 02-26-2004, 10:08 AM Well first of all, you need to know which machine you are working on. 286? 386? 586? (these are all pretty similar)... SPARC? MIPS? PowerPC? 680x0? (these are not) A great book that uses MIPS R2000/R3000 architecture as an example is "Computer Organization and Design" by Patterson and Hennessy. It basically teaches you MIPS Assembly with the opcodes thrown in so you can see exactly how the processor executes instructions. Later chapters deal with processor design, so it's a very good intro to learning machine language. As for practical application in the real world, you're better off teaching yourself x86, but I think that is significantly more complex than MIPS. Another nice thing about working with MIPS instead of x86 is that you can download a simulator called SPIM (http://www.cs.wisc.edu/~larus/spim.html), run your assembly code in it, and you are not in danger of crashing your computer. It also has nice debugging features. christian_F 02-26-2004, 04:10 PM by machine code do you mean Binary? naper2000 02-26-2004, 06:32 PM machine code is binary. Thanx for the info malone SharkyExtreme.com
Copyright Internet.com Inc. All Rights Reserved. |