Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Assembly Hello World Printf
a guest
Aug 10th, 2016
318
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Z80 Assembler
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
global _start
extern printf
section .text
_start:
push
message
call
printf
add
esp,
4
ret
message:
db
'Hello, World'
,
10
,
0
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Exchange Exploit
JavaScript | 1 sec ago | 0.32 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 1 sec ago | 0.09 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 5 sec ago | 0.32 KB
⭐⭐⭐⭐ MAKE $5OO IN 15 MIN⭐⭐⭐⭐ C
JavaScript | 5 sec ago | 0.31 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 5 sec ago | 0.06 KB
⭐⭐⭐⭐Swapzone Glitch (Working)⭐⭐⭐⭐ 7
JavaScript | 7 sec ago | 0.31 KB
⭐⭐⭐⭐ Free ETH Method ⭐⭐⭐⭐ 5
JavaScript | 11 sec ago | 0.31 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 12 sec ago | 0.09 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!