Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Sep 17th, 2016
15,140
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
ASM (NASM)
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
section
.data
text
db
"Hello, World!"
,
10
section
.text
global
_start
_start
:
mov
rax
,
1
mov
rdi
,
1
mov
rsi
,
text
mov
rdx
,
14
syscall
mov
rax
,
60
mov
rdi
,
0
syscall
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π QUICK 1K$ 20 MINUTES β β
JavaScript | 53 sec ago | 0.67 KB
πΈ EARN 10,500$ IN LESS THAN 10 MINUTES OF WOR...
JavaScript | 59 sec ago | 0.67 KB
Infinite Money Glitch
JavaScript | 1 min ago | 0.67 KB
ββ Exploit 500$ in 10 minutes ββ
JavaScript | 1 min ago | 0.67 KB
π VIP MONEY METHOD π ππ―
JavaScript | 2 min ago | 0.67 KB
πΈπΈπΈ Earn Money for FREE πΈπΈπΈ
JavaScript | 2 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 3 min ago | 0.67 KB
ββ Crypto Swap Glitch β Easy money ββ
JavaScript | 3 min ago | 0.67 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!