Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

There is no other programming...

Name: Anonymous 2009-07-20 17:20

than FUNCTIONAL PROGRAMMING!

Name: Anonymous 2009-07-20 17:43

>>2
section .data
    msg: db 'Hello, world!',10
    msgL: equ $-msg

section .text
    global _start

_start:
    mov rax,1
    mov rdi,1
    mov rsi,msg
    mov rdx,msgL
    syscall

    mov rax,60
    mov rdi,0
    syscall


What now, fucker?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List