Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
leaf1.asm - simple procedure, no stack
math230
Oct 21st, 2015
682
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
ASM (NASM)
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
.data
.text
.
globl main
main
:
li
$
a0
,
9
li
$
a1
,
4
li
$
a2
,
1
li
$
a3
,
2
jal leaf1
nop
j exit
leaf1
:
add
$
t0
,
$
a0
,
$
a1
add
$
t1
,
$
a2
,
$
a3
sub
$
v0
,
$
t0
,
$
t1
jr
$
ra
exit
:
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🚨🚨 Swapzone +$1,000 Promotion ⭐💵
JavaScript | 2 sec ago | 0.65 KB
⭐⭐ Crypto Swap Glitch ✅ Easy money ⭐ 💵🔥
JavaScript | 1 min ago | 0.65 KB
⭐⭐ Instant Money Method ⭐⭐
JavaScript | 2 min ago | 0.67 KB
🔥🔥 GET EASY $500
JavaScript | 2 min ago | 0.67 KB
⭐⭐ Free Crypto Method ⭐ 💵✅
JavaScript | 3 min ago | 0.65 KB
🔥🔥 +100,000$ in 1 month 📌📌
JavaScript | 5 min ago | 0.65 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐
JavaScript | 5 min ago | 0.67 KB
💎 2OOO$ 15 MIN INSANE METHOD ⭐⭐
JavaScript | 7 min ago | 0.65 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!