C Decompiler
It was one of my projects in first year. The program translates compiled files written in machine code and decompiles them into a ZX256 assembly representation. The project allowed me to gain a better understanding on fundamental programming concepts.
For instance, below is command for decompliing hello.out file into assembly code, and the output are printed out as follows.
1 |
|