Add procs_windows_amd64.asm for use with -no-crt

This commit is contained in:
gingerBill
2021-11-24 18:32:27 +00:00
parent 994ee5a559
commit 07ec93bfeb
2 changed files with 15 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
global __chkstk
global _tls_index
global _fltused
section .data
_tls_index: dd 0
_fltused: dd 0x9875
section .text
__chkstk: ; proc "c" (rawptr)
; TODO implement correctly
ret