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
- Host: GitHub
- URL: https://github.com/baltasarq/c-sim
- Owner: Baltasarq
- License: mit
- Created: 2015-09-22T13:36:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T09:34:19.000Z (about 8 years ago)
- Last Synced: 2025-06-17T04:09:21.302Z (8 months ago)
- Topics: c, c-plus-plus, csharp, csim, interpreter, memory-allocation, memory-management
- Language: C#
- Homepage: http://jbgarcia.webs.uvigo.es/prys/csim/
- Size: 413 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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