start codegen

This commit is contained in:
pommicket 2022-02-09 22:44:27 -05:00
parent d74dc53b0b
commit 3d44eba388
5 changed files with 210 additions and 4 deletions

View file

@ -105,6 +105,9 @@ In the table below, `IMM64` means a 64-bit *immediate* (a constant number).
`rdx:rax` refers to the 128-bit number you get by combining `rdx` and `rax`.
```
ax bx cx dx sp bp si di
0 3 1 2 4 5 6 7
┌──────────────────────┬───────────────────┬────────────────────────────────────────┐
│ Instruction │ Encoding │ Description │
├──────────────────────┼───────────────────┼────────────────────────────────────────┤