Skip to content

Baltasarq/C-Sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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