projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b5527
)
instruction not command
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 24 Jul 2021 20:45:12 +0000
(21:45 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 24 Jul 2021 20:45:12 +0000
(21:45 +0100)
docs/firststeps.mdwn
patch
|
blob
|
history
diff --git
a/docs/firststeps.mdwn
b/docs/firststeps.mdwn
index ae5646e01a2434cc98af72b0e754affecf0d27fa..4e984342e76bf27ede23ae56bda9c8ed646eab89 100644
(file)
--- 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