instruction not command
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Jul 2021 20:45:12 +0000 (21:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Jul 2021 20:45:12 +0000 (21:45 +0100)
docs/firststeps.mdwn

index ae5646e01a2434cc98af72b0e754affecf0d27fa..4e984342e76bf27ede23ae56bda9c8ed646eab89 100644 (file)
@@ -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