Yea Found The Kazaa Lite Source.. None of you could probably use it because it's x86
http://www.geocities.com/rndkpp/src.html
dunno what this has to do with anything just felt like posting :-\
I guess mabye one person may know it :P (probably not) i guess you can check it out anyway ::)
I understand assembly just fine, but I don't have time or the inclination to read all that. In fact, many of us here understand assembly :-P
Ok noob question (and it's sort of on topic). What's an assembly language?
It's what your c++/whatever turns into when you compile it.
Quote from: iago on July 15, 2003, 08:36 AM
It's what your c++/whatever turns into when you compile it.
Well, ASM is sort of a visual/text representation of what you said. Ever seen
The Matrix? Remember when Cypher was sitting in front of those three screens with green lines of text scrolling by? It's sort of like that, except real. /me has shiftey eyes.
Assembly language is a set of CPU Specific instructions, which get executed at runtime passed through the bus to the cpu/alu/registers and are ran from there
No, try again.
A set of mnemonics (sp?) which are converted to binary opcodes that the CPU can interpret.