An open API service indexing awesome lists of open source software.

https://github.com/baltasarq/c-sim

Memory management simulator for a (limited) C interpreter
https://github.com/baltasarq/c-sim

c c-plus-plus csharp csim interpreter memory-allocation memory-management

Last synced: 7 months ago
JSON representation

Memory management simulator for a (limited) C interpreter

Awesome Lists containing this project

README

          

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