docs: Fix typo

main
Ry 2023-01-13 14:32:38 -08:00
parent 85c1a87e09
commit 4a4d05332b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ The fox32 CPU has the following registers:
There are two kinds of external bus that the fox32 CPU can address:
- **Memory**: Data is read from and written to memory with the `mov` instruction,
instructions are fetch from memory.
instructions are fetched from memory.
- **I/O bus**: Peripherals are connected to the I/O bus. Peripheral registers
can be read using the `in` instruction and written using the `out` instruction.