From 9d7772b318d10d7b71694c80f8a7348cb72dd277 Mon Sep 17 00:00:00 2001 From: Jonathan Newnham Date: Thu, 6 Feb 2020 10:52:56 +1100 Subject: [PATCH] fix: add godbolt to assembly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8233b9..1d608c2 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Programming languages * [Human Resource Machine](https://tomorrowcorporation.com/humanresourcemachine) - 💰📱🎮 - A mobile game that teaches you how low-level programming (i.e., Assembler) works * [Shenzhen I/O](https://store.steampowered.com/app/504210/SHENZHEN_IO/) - ❖🎮 - BUILD CIRCUITS. WRITE CODE. RTFM. * [TIS-100](https://store.steampowered.com/app/370360/TIS100/) - 💰❖🎮 - Rewrite corrupted code segments to repair the TIS-100 and unlock its secrets. +* [Godbolt](https://godbolt.org) - 🕸🏗 - Easily inspect generated assembly for many language/compiler/optimization-level/system-architecture combinations. ## [Bash](https://www.gnu.org/software/bash/)