Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 612 Bytes

C-Sim

Memory management simulator for a (limited) C interpreter with a few C++ bits. This software is a simulator showing the evolutions in memory of variables and pointers.

You can start from the beginning with a given file. You can also force a random init of memory. Invoke C-Sim with the --help argument to show the available options.

$ mono c-sim.exe --help