Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue