Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 6th, 2018
63
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <cstdio>
int
main
(
)
{
unsigned
a
=
5
, ret
=
0
;
__asm__
(
"movl %1, %1"
:
"=r"
(
ret
)
:
"r"
(
a
)
)
;
printf
(
"%u
\n
"
, ret
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
23 min ago | 7.49 KB
⚠️ SCAM CAMPAIGN ON PASTEBIN ⚠️
CSS | 44 min ago | 0.34 KB
⚠️ Swapz0ne Method is a SCAM ⚠️
CSS | 45 min ago | 0.34 KB
Untitled
2 hours ago | 6.43 KB
Untitled
4 hours ago | 8.03 KB
Untitled
6 hours ago | 10.02 KB
Untitled
10 hours ago | 7.90 KB
Untitled
12 hours ago | 7.14 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!