From 4a4d05332b5b91e1cd52803bf3c794e73d27254b Mon Sep 17 00:00:00 2001 From: Ry Date: Fri, 13 Jan 2023 14:32:38 -0800 Subject: [PATCH] docs: Fix typo --- docs/cpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cpu.md b/docs/cpu.md index dd438ed..b5f2270 100644 --- a/docs/cpu.md +++ b/docs/cpu.md @@ -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.