Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -2,10 +2,10 @@
; chmod 755 hello
;run with: ./hello
format ELF64 executable 3 ;Linux 64 bit executable
entry _start ;label to start execution
format ELF64 executable 3 ; Linux 64 bit executable
entry _start ; label to start execution
segment executable readable ;code segment
segment executable readable ; code segment
_start:
.write:
mov rax, 1 ; sys_write