Author | Message | Time |
---|---|---|
Pentium | 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 ::) | July 14, 2003, 10:59 PM |
iago | 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 | July 15, 2003, 6:03 AM |
j0k3r | Ok noob question (and it's sort of on topic). What's an assembly language? | July 15, 2003, 11:23 AM |
iago | It's what your c++/whatever turns into when you compile it. | July 15, 2003, 1:36 PM |
Camel | [quote author=iago link=board=5;threadid=1911;start=0#msg14886 date=1058276190] It's what your c++/whatever turns into when you compile it. [/quote] 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=Camel]has shiftey eyes.[/me] | July 15, 2003, 10:13 PM |
Xae | 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 | July 15, 2003, 11:56 PM |
Grok | No, try again. | July 16, 2003, 3:53 PM |
St0rm.iD | A set of mnemonics (sp?) which are converted to binary opcodes that the CPU can interpret. | July 16, 2003, 5:02 PM |