Condense "registers and flags" into one section

This commit is contained in:
n loewen 2023-08-02 10:19:17 +01:00
parent 086e5d630e
commit 71a7444162
1 changed files with 1 additions and 4 deletions

View File

@ -37,13 +37,10 @@ Misc:
- `MUL` and `DIV` - `MUL` and `DIV`
- rotates and shifts - rotates and shifts
## Registers ## Registers and Flags
- `A` - accumulator - `A` - accumulator
- `IP` - instruction pointer (aka program counter) - `IP` - instruction pointer (aka program counter)
## Flags
- `CF` - carry flag - `CF` - carry flag
## Memory-map / Peripherals ## Memory-map / Peripherals