![]() |
[HC Official] LMC Debugger v0.2 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: [HC Official] LMC Debugger v0.2 (/Thread-HC-Official-LMC-Debugger-v0-2) |
[HC Official] LMC Debugger v0.2 - Boomslang - 09-10-2014 LMC is a fictitious language used for assist the explanation of Little Man Computer model (http://en.wikipedia.org/wiki/Little_man_computer). It's a simplified Assembly-like language to help beginners understanding the concept behind computer systems. I liked this model very much so I decided to make a debugger for it to test codes written in LMC. Language: Python Features:
Screenshot: ![]() Download: lmcdbg-v0.2.tar.gz I appreciate any bug report and recommendation for the programme. Any tips on optimization of the code will also be appreciated. Au Revoir.. RE: [HC Official] LMC Debugger v0.2 - Deque - 09-11-2014 That's a nice contribution! I added your program to the HC Tool overview thread. What Python version is it? RE: [HC Official] LMC Debugger v0.2 - Deque - 09-11-2014 That's a nice contribution! I added your program to the HC Tool overview thread. What Python version is it? RE: [HC Official] LMC Debugger v0.2 - Psycho_Coder - 09-11-2014 (09-11-2014, 09:15 AM)Deque Wrote: That's a nice contribution! I added your program to the HC Tool overview thread. What Python version is it? 2.7 |