mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-14 18:55:01 +01:00
test data
This commit is contained in:
parent
94a6a0e999
commit
5de9ea38ca
7 changed files with 85 additions and 14 deletions
7
test_data/empty.asm
Normal file
7
test_data/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