From: Luke Kenneth Casson Leighton Date: Sat, 24 Jul 2021 20:45:12 +0000 (+0100) Subject: instruction not command X-Git-Tag: DRAFT_SVP64_0_1~594 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=97049ab6d9d0a268203782b117ae29d6a0b5da57;p=libreriscv.git instruction not command --- 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