ShatBot: The LGC ShatRealm Dynamic Buddy Home › Forums › General Banter › ShatBot: The LGC ShatRealm Dynamic Buddy This topic has 26 replies, 6 voices, and was last updated 8 years, 9 months ago by Venn Stone. Viewing 12 posts - 16 through 27 (of 27 total) ← 1 2 Author Posts August 5, 2014 at 11:30 am #71421 linuxgnuruParticipant #include int main(){printf(“fuck youn”);return 0;} August 5, 2014 at 12:15 pm #71422 __eMpTy__Participant linuxgnuru wrote: #include int main(){printf(“fuck youn”);return 0;} The ShatRealm version “Hello World”? August 5, 2014 at 3:13 pm #71423 Venn StoneKeymaster section .text global _start _start: mov edx,len mov ecx,msg mov ebx,1 mov eax,4 int 0x80 mov eax,1 int 0x80 section .data msg db ‘DIAF’,0xa len equ $ – msg August 5, 2014 at 3:48 pm #71424 striderParticipant Rob Pike, kind of a big deal too (http://en.wikipedia.org/wiki/Rob_Pike) co-author of the Practise of Programming (http://en.wikipedia.org/wiki/The_Practi … rogramming) which is less dated than The C Programming Language August 5, 2014 at 3:57 pm #71425 linuxgnuruParticipant [email protected]:~$ nasm -f elf64 ven.asm [email protected]:~$ ld -s -o ven ven.o [email protected]:~$ ./ven DIAF August 5, 2014 at 4:14 pm #71426 Venn StoneKeymaster Pfft! GAS or GTFO! or gcc -S if we’re gobbling C August 5, 2014 at 4:22 pm #71427 __eMpTy__Participant strider wrote: Rob Pike, kind of a big deal too (http://en.wikipedia.org/wiki/Rob_Pike) co-author of the Practise of Programming (http://en.wikipedia.org/wiki/The_Practi … rogramming) which is less dated than The C Programming Language Rob Pike co-creator of Go? August 5, 2014 at 6:45 pm #71428 EvilPenguinMember #quote http://www.youtube.com/watch?v=0_4lEr7fhog August 13, 2014 at 9:23 pm #71465 Venn StoneKeymaster Something like this http://showbot.replex.org/ August 20, 2014 at 11:44 pm #71506 __eMpTy__Participant I haven’t forgotten about this… yet. Stupid job. August 21, 2014 at 12:51 pm #71508 linuxgnuruParticipant What we need is some developers. https://www.youtube.com/watch?v=KMU0tzLwhbE August 21, 2014 at 1:11 pm #71509 Venn StoneKeymaster Or cake Author Posts Viewing 12 posts - 16 through 27 (of 27 total) ← 1 2 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In