Get life.com in MODE=tiny back down to 12kb

This commit is contained in:
Justine Tunney 2022-03-23 08:09:01 -07:00
parent 23b72eb617
commit b90fa996b4
14 changed files with 199 additions and 72 deletions

View file

@ -1,2 +1,12 @@
.include "o/libc/nt/codegen.inc"
.imp kernel32,__imp_MapViewOfFileEx,MapViewOfFileEx,0
.text.windows
__MapViewOfFileEx:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_MapViewOfFileEx(%rip),%rax
jmp __sysv2nt6
.endfn __MapViewOfFileEx,globl
.previous