Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Z80 - Basic system setup
Spectrum207
Sep 26th, 2022
(
edited
)
1,965
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Z80 Assembler
0.20 KB
| Source Code
|
0
0
raw
download
clone
embed
print
report
;----------------------------------------
; BASIC SYSTEM SETUP
;----------------------------------------
.ORG
0
SETUP:
DI
XOR
A
OUT
(
0
)
,
A
LD
SP
,
32768
LOOP:
JP
LOOP
.END
Tags:
z80
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⚡ Crypto Swap Glitch ✅ Working ⚡ 💵🚨
JavaScript | 5 min ago | 0.20 KB
🔥 Exchange profit method
JavaScript | 6 min ago | 0.22 KB
💎 ChangeNOW Exploit 🔥🚨
JavaScript | 11 min ago | 0.20 KB
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 16 min ago | 0.22 KB
💡 EASY MONEY GUIDE ✅ Working 📝✅
JavaScript | 17 min ago | 0.20 KB
⚡ Crypto Swap Glitch ✅ Working ⚡ 💵🚨
JavaScript | 21 min ago | 0.20 KB
💎 ChangeNOW Exploit
JavaScript | 26 min ago | 0.22 KB
💎 ChangeNOW Exploit 📌📝
JavaScript | 27 min ago | 0.20 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!