# HG changeset patch # User HackBot # Date 1497490418 0 # Node ID 8341e2b3f3bec2c6df0729ac401f842ac0aed80b # Parent 27c031cda8d2f0c95bc902ceaff8378232937646 rm 5pEV4X5h diff -r 27c031cda8d2 -r 8341e2b3f3be 5pEV4X5h --- a/5pEV4X5h Thu Jun 15 01:24:54 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -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 'Assembly is a land of segmentation faults and insanity',0xa ;the entry -len equ $ - msg \ No newline at end of file