/[osn-commons]/trunk/plibc/x86_64/utils.s
ViewVC logotype

Contents of /trunk/plibc/x86_64/utils.s

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations)
Fri Aug 16 18:34:43 2024 UTC (7 months, 2 weeks ago) by rakinar2
File MIME type: text/x-asm
File size: 178 byte(s)
feat: add basic utilities and more system calls

1 .text
2 .globl abort
3 .type abort, @function
4
5 abort:
6 xor %rdi, %rdi
7 mov $6, %rsi
8 call kill
9 mov $1, %rdi
10 call exit
11 ret
12
13 .section .note.GNU-stack,"",@progbits

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26