From 97049ab6d9d0a268203782b117ae29d6a0b5da57 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 24 Jul 2021 21:45:12 +0100 Subject: [PATCH] instruction not command --- docs/firststeps.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firststeps.mdwn b/docs/firststeps.mdwn index ae5646e01..4e984342e 100644 --- a/docs/firststeps.mdwn +++ b/docs/firststeps.mdwn @@ -119,7 +119,7 @@ For reader's convenience, the overall `test_add` code is duplicated here: ``` What do we see here? First of all, we have an assembly listing, consisting of -exactly one command, `"add 1, 3, 2"`. Then we establish the initial values +exactly one instruction, `"add 1, 3, 2"`. Then we establish the initial values for registers we're going to work with. After that, we instantiate the program with the assembly listing, execute the program, and compare the state of the first general-purpose register (aka GPR) with some predefined value (64-bit -- 2.30.2