/[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 47 - (show annotations)
Thu Aug 15 18:10:51 2024 UTC (7 months, 2 weeks ago) by rakinar2
File MIME type: text/x-asm
File size: 177 byte(s)
feat: add plibc to the project
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