From 49a1a2c0b1d2865f336667adc7b1909e28395a65 Mon Sep 17 00:00:00 2001 From: Ethan Lafrenais Date: Sun, 8 Apr 2018 19:51:14 -0400 Subject: [PATCH] Grammar fix: if -> of --- Instruction-Set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instruction-Set.md b/Instruction-Set.md index 728646d..107389a 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -59,7 +59,7 @@ The [instructions section](#instructions) is sorted numerically (on opcode). # Instruction Set ## Introduction -This is an effort to specify the specific MAR Assembly Instruction Set and its behavior. The instruction set is a subset of the 8086 instruction set. A more detailed specification if the 8086 Instruction Set can be found [here](http://www.ousob.com/ng/iapx86/ng2e5.php). Note that the MAR Instruction Set can differ from the 8086 Instruction Set. +This is an effort to specify the specific MAR Assembly Instruction Set and its behavior. The instruction set is a subset of the 8086 instruction set. A more detailed specification of the 8086 Instruction Set can be found [here](http://www.ousob.com/ng/iapx86/ng2e5.php). Note that the MAR Instruction Set can differ from the 8086 Instruction Set. This manual tries to describe how to use the instructions and show any side effects they might have.