rewrite client function compiler

This commit is contained in:
Martin Michelsen
2026-05-11 07:29:25 -07:00
parent 2f2a0bcf2b
commit e78e2ba887
174 changed files with 3931 additions and 5807 deletions
@@ -0,0 +1,14 @@
.versions X86
entry_ptr:
reloc0:
.offsetof start
start:
call resume
token:
.data 0x00000000
resume:
pop eax
mov eax, [eax]
ret