I'd like to learn basic assembly. Where/what is the best place to start?
I'd like to learn assembly
Started by dirkfirst, Aug 27 2006 07:15 AM
12 replies to this topic
#1
Posted 27 August 2006 - 07:15 AM
|
|
|
#2
Posted 27 August 2006 - 10:49 AM
I'd get an assembly compiler and it's documentation.. they vary a little bit from compiler to compiler.
#3
Posted 28 August 2006 - 05:02 PM
Or just search on google for a tutorial.
#4
Guest_Kaabi_*
Posted 10 September 2006 - 03:22 PM
Guest_Kaabi_*
Well I'd like to be able to make things explode at will, but I can't. And Google is good.
#5
Posted 11 September 2006 - 01:45 PM
First you need to decide what architecture you will be coding for. I reccommend x86
<!-- comment comment comment --></
#6
Posted 03 October 2006 - 03:09 PM
What is the difference in architecture kromagnon? How many different types are there?
#7
Posted 07 October 2006 - 10:23 AM
Well x86 is the big one, there is also x86-64(AMD 64 bit processors) , EM64T(For the newest intel processors) IA-64(For the 64 bit intel Itaniums)
I can't really think of anymore new ones. I learned assembly on MIPS, but that's so old it's useless
I can't really think of anymore new ones. I learned assembly on MIPS, but that's so old it's useless
<!-- comment comment comment --></
#8
Guest_Kaabi_*
Posted 15 October 2006 - 08:17 AM
Guest_Kaabi_*
Assembly is turning out to be much more complicated than I originally thought.
#9
Posted 22 October 2006 - 03:49 PM
Assembly basicly makes you do everything by hand. You have great power, and very little help.
#10
Posted 22 October 2006 - 06:40 PM
Assembly is very tiring, and reuires patience and a good memory. It will however, give you streamlined performance, optimizable to the extreme, as well as providing you with direct access to you hardware. If you have time to spare, Assembler nowadays is good only as a hooby, at least for general programming. OS dev, High-performance games, and hardware diagnostics all require assembly, but not much else does.
#11
Posted 28 October 2006 - 02:06 PM
Hmm Assembley is hard $hit ey?
#12
Posted 30 October 2006 - 09:29 AM
Let me put it this way: I know there are a lot of people who prefer VB over C++ because C++ has "cryptic syntax" and "doesn't provide functionality". C++ people would tend to say the same things about Assembly.


Sign In
Create Account


Back to top









