From 46b7d38600e42c5e3a7104a04df9d49b3a6f6400 Mon Sep 17 00:00:00 2001 From: "Marco, Sanfilippo Frittola" Date: Tue, 15 Aug 2023 14:52:33 +0100 Subject: [PATCH] Fix back to top in Assembly resources.md --- Assembly/resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Assembly/resources.md b/Assembly/resources.md index 310c1b16..844994b5 100644 --- a/Assembly/resources.md +++ b/Assembly/resources.md @@ -11,6 +11,7 @@ category: Languages - [Getting started with the Assembly language](https://riptutorial.com/assembly) - [The Holy Book of x86](https://github.com/Captainarash/The_Holy_Book_of_X86) - [x86 Assembly Guide by the University of Virginia Computer Science](https://www.cs.virginia.edu/~evans/cs216/guides/x86.html) + [⬆ Back to Top](#index) ## Online resources - [Explore how different languages are compiled down to assembly](https://godbolt.org/)