cosmopolitan/libc/nt/kernel32/GetConsoleCursorInfo.s

13 lines
278 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp kernel32,__imp_GetConsoleCursorInfo,GetConsoleCursorInfo,0
.text.windows
GetConsoleCursorInfo:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_GetConsoleCursorInfo(%rip),%rax
jmp __sysv2nt
.endfn GetConsoleCursorInfo,globl
.previous