Nyx's profile picture

Published by

published

Category: SpaceHey

Hello world!


_start:
mov edx, len
mov ecx, msg

mov ebx, 1

mov eax, 4
int 0x80

mov eax, 1
int 0x80

section .data
msg db "Hello world!"
len equ $ -msg
section .text


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )