Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I would like to help
#14
Assembly is specific to the processor platform (x86 in this case, 386 and above since its 32bit), its basically a kind of human readable direct representation of machine code... more readable than the binary code anyhow. I'm sure CnCVK or PD could explain some of the finer points, but unless you understand the basics of how to actually write some assembly code to accomplish stuff as you would in a higher level language like C, is there really any point them talking about it?

BTW, I believe there have been attempts to make decompilers that generate something like C code from a compiled binary, but they don't contain a lot of the contextual information or the comments that would have been in the original, making it hard to work out what anything does. A lot of information that is useful to the human writing a program, but not to the computer is stripped when a program is compiled.


Messages In This Thread
I would like to help - by 4StarGeneral - 14.10.2006, 16:11:37
RE: I would like to help - by tmapm - 14.10.2006, 16:22:49
RE: I would like to help - by 4StarGeneral - 14.10.2006, 17:23:22
RE: I would like to help - by DCoder - 14.10.2006, 17:28:44
RE: I would like to help - by 4StarGeneral - 14.10.2006, 17:33:22
RE: I would like to help - by Blade - 14.10.2006, 18:09:47
RE: I would like to help - by 4StarGeneral - 14.10.2006, 18:22:44
RE: I would like to help - by Bobingabout - 14.10.2006, 18:59:09
RE: I would like to help - by BaRaKa_ - 15.10.2006, 06:56:46
RE: I would like to help - by Bobingabout - 15.10.2006, 14:45:49
RE: I would like to help - by 4StarGeneral - 15.10.2006, 23:00:57
RE: I would like to help - by DJBREIT - 15.10.2006, 23:38:29
RE: I would like to help - by Kiith-Sa - 16.10.2006, 14:36:37
RE: I would like to help - by Blade - 17.10.2006, 00:33:41
RE: I would like to help - by 4StarGeneral - 17.10.2006, 21:50:28
RE: I would like to help - by 4StarGeneral - 17.10.2006, 22:43:38
RE: I would like to help - by Renegade - 18.10.2006, 00:09:11
RE: I would like to help - by 4StarGeneral - 18.10.2006, 00:47:28
RE: I would like to help - by DJBREIT - 22.10.2006, 07:37:29
RE: I would like to help - by 4StarGeneral - 22.10.2006, 14:31:36



Users browsing this thread: 1 Guest(s)