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

c syntaks

Name: Anonymous 2011-12-17 11:01

what was the easier way to refer to an array's first member other than array[0] ?
i forgot what the symbol was.

Name: Anonymous 2012-01-13 16:35

>>39
If we're optimising, how about this:
main(){fputs("HOW AWESOME?!", stdout);}
or even

section .text
global _start
_start:
mov rax, 0x0a2f474f52502f
push rax
mov rax, 1
mov rdi, rax
mov rsi, rsp
mov rdx, 8
syscall
xor rax,rax
mov rax,60
syscall

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