Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Assembly Hello World Printf
a guest
Aug 10th, 2016
323
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
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ F
JavaScript | 44 sec ago | 0.24 KB
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ Z
JavaScript | 55 sec ago | 0.24 KB
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 1 min ago | 0.24 KB
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ 0
JavaScript | 1 min ago | 0.24 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ W
JavaScript | 1 min ago | 0.24 KB
Hvckthehills.com
Python | 1 min ago | 19.97 KB
⭐⭐Exchange Exploit⭐⭐ 9
JavaScript | 1 min ago | 0.24 KB
✅⭐ Make huge profits on trading ⭐⭐ F
JavaScript | 1 min ago | 0.24 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!