Hi Techis...
I am given an assignment of writing a C program which behaves as assembler. That is implementing assmbler using C. I ll have set of assemply statements. I need to convert those into the machine equivalent binary representation. I ll have two data structures to keep track of symbols and the operation code. These data structures need to be implemented using hash table technigue ...
Now i am stuck with the coding part of it. First is that how to convert the stuff into binary representaion and the hash table in C. Can anybody help in this?? I searched here , i cud not find. If i have missed any post related to this, pls let me know.
Thanks in advance.