diff options
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 |
