cosmopolitan/libc/nt/advapi32/RegCreateKeyW.s

13 lines
244 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/codegen.inc"
.imp advapi32,__imp_RegCreateKeyW,RegCreateKeyW,1616
.text.windows
RegCreateKey:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_RegCreateKeyW(%rip),%rax
jmp __sysv2nt
.endfn RegCreateKey,globl
.previous