; Assembly x86

section .data
message db 'It prints: Hello World!',0Ah

section .text
global _start

_start:
; write message to stdout
mov eax, 4 ; write system call
mov ebx, 1 ; (stdout)
mov ecx, message ; pointer to message
mov edx, 14 ; message length
int 0x80 ; call kernel

; exit program
mov eax, 1<... see more

 

1   person reacted to this.   Views 0  
 

2   people reacted to this.   Views 1  
 

1   person reacted to this.   Views 0  

Kane sends Bayern through :white_check_mark:

#UCL

 

Views 0  

Chale:broken_heart:@stopfooling

 

Views 0  
 

Views 2  
 

Views 0  

Sydney is a bad guy

#Sydney

 

1   person reacted to this.   Views 2  

NAM 1 has pleaded not guilty to all 39 counts of offences.

#3NewsGH

 

2   people reacted to this.   Views 0  

:heart_eyes:

 

1   person reacted to this.   Views 1  

loading image

Login to see more