From 78c6fe8a20d4d06b1841e41959b001e90f43c3a6 Mon Sep 17 00:00:00 2001 From: Nayef Copty Date: Sun, 16 Jul 2017 14:41:37 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c610b7e..beac86f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ MIPS Simulator ============== -A simulator for the MIPS Instruction Set, that translates the machine code (can be produced using my [assembler here](https://github.com/nayefc/mips-assembler), and execute the machine instructions. +A simulator for the MIPS Instruction Set, that translates the machine code (can be produced using my [assembler here](https://github.com/nayefc/mips-assembler)), and execute the machine instructions. # Build $ ./simulator add.asm