CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:54:22 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=2656c98304e66f6de4b0d0dd047489d8041142281bf4e833aa2f10faca34b379a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22_Js0DFbBbRtatUyGytng59xKvUbo6I1S%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2a0230fca2ffb-BLR
Binary to BCD (double-dabble) - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Bin2BCD8b ;Input: A = 8-bit number. Output: HL = value in BCD. Destroys: A,E,BC
- ld e,a
- ld hl,0
- ld b,8
- BucConvert ld a,l
- call CompareAndSumL
- ld c,a
- ld a,l
- and 0F0h
- or c
- ld l,a
- call CompareAndSumH
- ld c,a
- ld a,l
- and 0Fh
- or c
- ld l,a
- ld a,h
- call CompareAndSumL
- ld h,a
- sla e
- rl l
- rl h
- djnz BucConvert
- ret
- CompareAndSumL and 0Fh
- cp 05h
- ret c
- add a,03h
- ret
- CompareAndSumH and 0F0h
- cp 50h
- ret c
- add a,30h
- ret
Advertisement
Add Comment
Please, Sign In to add comment
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 2 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 6 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch
JavaScript | 11 sec ago | 0.24 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 12 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ G
JavaScript | 15 sec ago | 0.25 KB
-
📝 Exchange profit method
JavaScript | 20 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ L
JavaScript | 21 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ U
JavaScript | 24 sec ago | 0.25 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