--amend
parent
dbb5a98e19
commit
e5df1a26fd
12
memory.md
12
memory.md
|
@ -44,9 +44,9 @@ each keyboard row is mapped to a read-only 8-bit register, with each key mapped
|
|||
|
||||
| Address | Desc | Bit 7 | Bit 6 | Bit 5 | Bit 4 | Bit 3 | Bit 2 | Bit 1 | Bit 0 |
|
||||
| ------- | ----- | --------- | ------ | ------ | ----- | ----- | ----- | ----- | ----------- |
|
||||
| `$4300` | Row 0 | `esc` | `w` | `e` | `r` | `t` | `u` | `o` | `backspace` |
|
||||
| `$4301` | Row 1 | `tab` | `q` | `s` | `g` | `y` | `i` | `p` | `enter` |
|
||||
| `$4302` | Row 2 | `shift` | `d` | `v` | `h` | `k` | `"` | `?` | `a` |
|
||||
| `$4303` | Row 3 | `control` | `z` | `f` | `b` | `j` | `l` | `2` | `4` |
|
||||
| `$4304` | Row 4 | `alt` | `x` | `c` | `n` | `m` | `'` | `1` | `3` |
|
||||
| `$4305` | Row 5 | `meta` | `sp 1` | `sp 2` | |
|
||||
| `$4400` | Row 0 | `esc` | `w` | `e` | `r` | `t` | `u` | `o` | `backspace` |
|
||||
| `$4401` | Row 1 | `tab` | `q` | `s` | `g` | `y` | `i` | `p` | `enter` |
|
||||
| `$4402` | Row 2 | `shift` | `d` | `v` | `h` | `k` | `"` | `?` | `a` |
|
||||
| `$4403` | Row 3 | `control` | `z` | `f` | `b` | `j` | `l` | `2` | `4` |
|
||||
| `$4404` | Row 4 | `alt` | `x` | `c` | `n` | `m` | `'` | `1` | `3` |
|
||||
| `$4405` | Row 5 | `meta` | `sp 1` | `sp 2` | |
|
||||
|
|
Loading…
Reference in New Issue