Monday, March 15, 2010

New Program

So, me and my fellow nerds are building a really nice program (at least we think it is nice.)

Basically, it will use a linked-list data structure to basically parse and convert the actual binary code of a certain type of language to assembly. Basically, it will be a disassembler. Then, the assembler can be translated to any higher language (the only problem is that the variables will have different names; and I'm not really sure how I will get the same variables to retain their name and not just get a different one.) Anyway, from that higher language it will compile.

In theory, this could be used to convert programs from one system to another, assuming that we have the appropriate linked-list data structure.

No comments:

Post a Comment

Search This Blog