From 4c008d258f6fd23fd64e2a6b059448748d7f7d24 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 13 Jul 2026 17:02:34 -0400 Subject: every type has access to its parent --- docs/lifecycle/jit.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/lifecycle/jit.md') 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 -- cgit v1.2.3