mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-16 03:25:02 +01:00
tests
This commit is contained in:
parent
eb4d4b98f8
commit
5ef748c2c5
8 changed files with 265 additions and 196 deletions
7
tests/single_object_file/empty.asm
Normal file
7
tests/single_object_file/empty.asm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
global _start
|
||||
|
||||
section .text
|
||||
_start:
|
||||
mov rax, 60
|
||||
mov rdi, 0
|
||||
syscall
|
||||
Loading…
Add table
Add a link
Reference in a new issue