From 45a02989bc9550bf1cd059156a1bef373a330f91 Mon Sep 17 00:00:00 2001 From: Travis Clark Date: Sat, 17 Nov 2018 13:40:18 -0800 Subject: [PATCH] Add links to More Information section (#21501) * Add links to More Information section Added two links to More Information section. One to a MIPS emulator and one to a helpful tutorial. * Applied suggested changes --- guide/english/computer-science/assembly-language/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/computer-science/assembly-language/index.md b/guide/english/computer-science/assembly-language/index.md index cfd7794182..ca5867905a 100644 --- a/guide/english/computer-science/assembly-language/index.md +++ b/guide/english/computer-science/assembly-language/index.md @@ -24,4 +24,5 @@ Assembly language is primarily used in the following situations: #### More Information: - +- [Play around with a MIPS (a popular assembly language) emulator here!](https://rivoire.cs.sonoma.edu/cs351/wemips/) +- [A great learning resource for assembly language](https://www.tutorialspoint.com/assembly_programming/)