Merge pull request #3 from neuschaefer/lowercase

docs: Spell fox32 in lowercase
main
Ry 2022-12-31 18:42:47 -08:00 committed by GitHub
commit 6fb4fd884f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Fox32 CPU
# fox32 CPU
This document aims to describe the CPU in the the Fox32 architecture.
This document aims to describe the CPU in the the fox32 architecture.
Peripherals such as the disk controller are described elsewhere.
@ -11,7 +11,7 @@ All 16-bit or 32-bit values are stored in memory in little-endian order.
## Registers
The Fox32 CPU has the following registers:
The fox32 CPU has the following registers:
- **r0-r31**: 32-bit general-purpose registers
- **rsp**: current stack pointer
@ -31,7 +31,7 @@ The Fox32 CPU has the following registers:
## External buses
There are two kinds of external bus that the Fox32 CPU can address:
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.

View File

@ -1,7 +1,7 @@
# Fox32 instructions
This file describes every Fox32 instruction in detail. For a general
description of the Fox32 CPU, see cpu.md.
This file describes every fox32 instruction in detail. For a general
description of the fox32 CPU, see cpu.md.
## NOP: no operation
## ADD: add