diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index 7b7eb3830..81b8e1be7 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -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) + + ### C * [JDoodle - Online C Compiler IDE](https://www.jdoodle.com/c-online-compiler/)