Runtime stuff

This commit is contained in:
Alex
2022-11-11 04:41:12 +02:00
parent 77b24c45ec
commit 08ab104eb1
20 changed files with 131 additions and 4 deletions

View File

@ -0,0 +1,13 @@
.section .init
.global _init
.type _init, @function
_init:
// push %rbp
// movq %rsp, %rbp
.section .fini
.global _fini
.type _fini, @function
_fini:
// push %rbp
// movq %rsp, %rbp