Assembly language is fun... it's basically direct instructions to the processor, although it is a level above "machine-code". The issue with assembly language is that it can be very different from one processor to the next. If you...
http://answers.yahoo.com/question/index?qid=20070522153...
Oddly enough I've just asked myself the same question when I started learning what assembly language is and what it does (as of last week). When learning Assembly Language, you are (along side learning the languages itself) learning how the...
http://stackoverflow.com/questions/82432/is-learning-as...
Programming in assembly code is considered low-level programming because it is done at the level of the microprocessor's logic and hardware capabilities. Low-level programming languages require the programmer to be intimately familiar with ...
http://www.siriusmicro.com/assemblycode.html
Assebler isn't really a language, it is just instructions for the CPU to interpret. The CPU is really good at handling numbers (internally represented in binary format), it's really all it can do. Humans on the other hand arent that good at...
http://www.inivis.com/forum/showthread.php?t=2787
No, but it helps. Assembly language is the basis all CPU operations. All functions of the processor and computer are potentially accessible from assembly. With crafty use of assembly language, one can write software that exceeds greatly the...
http://www.stanford.edu/class/cs140/projects/pintos/spe...
"Assembly all the way so far. I know the day will come, but for now, there is still a demand for true assembler coders if you know where to look."
http://www.cannibalcat.com/quotes_content.html
No, not as such (* but see below) . Minix assembly language uses a syntax that is derived from the assembly language of other Unix systems, and as such looks a little strange at first to those who are used to Microsoft MASM and similar asse...
http://minix1.woodhull.com/faq/program.html