changeset 11013:8341e2b3f3be

<oerjan> rm 5pEV4X5h
author HackBot
date Thu, 15 Jun 2017 01:33:38 +0000
parents 27c031cda8d2
children a514a5418934
files 5pEV4X5h
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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