Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Homogeneous naming
  • Loading branch information
Baltasarq committed Nov 23, 2017
1 parent 2da2b92 commit cee3e4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
CSim
C-Sim
====

Memory management simulator for a (limited) C++ interpreter. This software is a simulator showing
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.

<ul>
<li><a target="_blank" href="http://github.com/baltasarq/C-Sim/wiki/">CSim reference</a></li>
<li><a target="_blank" href="http://jbgarcia.webs.uvigo.es/prys/csim/">Main website with resources about CSim</a></li>
<li><a target="_blank" href="http://github.com/baltasarq/C-Sim/wiki/">C-Sim reference</a></li>
<li><a target="_blank" href="http://jbgarcia.webs.uvigo.es/prys/csim/">Main website with resources about C-Sim</a></li>
</ul>

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

$ mono c-sim.exe --help

0 comments on commit cee3e4e

Please sign in to comment.