From 7e21b38fc83bf6150374b76c80c9bf01010d9b3b Mon Sep 17 00:00:00 2001 From: renatomario Date: Thu, 10 Feb 2022 18:03:53 +0100 Subject: [PATCH] Added a resource as a playground - an Educational Visual CPU Simulator (#6712) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- more/free-programming-playgrounds.md | 6 ++++++ 1 file changed, 6 insertions(+) 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/)