minor typo, updated gitignore.

This commit is contained in:
Raphael Jacobs 2022-11-01 12:24:39 +01:00
parent ff3e4ca380
commit f7cf1875cd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ node_modules
package-lock.json
js/
sync.sh
ISA.html

2
ISA.md
View File

@ -13,7 +13,7 @@ The input is a queue (FILO), and so is the output.
## Instructions (and syntax)
##### `READ <register_number>`
#### `READ <register_number>`
Reads a single number from the input queue, and stores the said number in register number `<register_number>`.
#### `WRITE <register_number>`