diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-13 17:02:34 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-13 17:02:34 -0400 |
| commit | 4c008d258f6fd23fd64e2a6b059448748d7f7d24 (patch) | |
| tree | 6db6b1d6526c17ce338a5146706bd9c5d8e5929e /docs/lifecycle/jit.md | |
| parent | f1773b4959a35f28b37617f775f4fc1683e4f654 (diff) | |
every type has access to its parent
Diffstat (limited to 'docs/lifecycle/jit.md')
| -rw-r--r-- | docs/lifecycle/jit.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/lifecycle/jit.md b/docs/lifecycle/jit.md index 3243385..3ff7079 100644 --- a/docs/lifecycle/jit.md +++ b/docs/lifecycle/jit.md @@ -6,15 +6,15 @@ Convert Ir Into X64 (X86_64) ## Limitations -#### No Segmentation Registers +### No Segmentation Registers -#### No X87 Support +### No X87 Support -#### No access to the upper 8 bits of the lower 16 bits of registers AX, BX, CX, DX +### No access to the upper 8 bits of the lower 16 bits of registers AX, BX, CX, DX ## Required Implicit Registers -Instructions that implicitly modify a register now require the register as an operation +Instructions that implicitly modify a register now require the register as an argument # Operation @@ -30,7 +30,7 @@ Each instruction is written with varardic c functions with `TYPE`, `DATA` syntax ### General Register Id -### General Register Memory Displacement +### General Register Memory Offset ### XMM Registers |
