Added a resource as a playground - an Educational Visual CPU Simulator (#6712)
* Update free-programming-playgrounds.md * Update free-programming-playgrounds.md * Update more/free-programming-playgrounds.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update more/free-programming-playgrounds.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Give credits to authors and set resources format Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>pull/6713/head
parent
82cdf70188
commit
7e21b38fc8
|
@ -1,6 +1,7 @@
|
|||
### Index
|
||||
|
||||
* [APL](#apl)
|
||||
* [Assembly](#assembly)
|
||||
* [C](#c)
|
||||
* [C#](#csharp)
|
||||
* [C++](#cpp)
|
||||
|
@ -54,6 +55,11 @@
|
|||
* [TryAPL Mini](https://janiczek.github.io/tryapl-elm)
|
||||
|
||||
|
||||
### Assembly
|
||||
|
||||
* [Educational Visual CPU Simulator](https://github.com/Belotti01/CPU-Visual-Simulator) - Renato Cortinovis, Nicola Preda, Jonathan Cancelli, Alessandro Belotti, Davide Riva (JAVA, JAR)
|
||||
|
||||
|
||||
### <a name="c"></a>C
|
||||
|
||||
* [JDoodle - Online C Compiler IDE](https://www.jdoodle.com/c-online-compiler/)
|
||||
|
|
Loading…
Reference in New Issue