CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 03:51:45 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=af14b0254935d86f89bca84f5c8d3dc15be2b521a7f3d9df4b5bdd7ef8ec9bb9a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22OjLODomrwGY9qA001MRBZ6kS0Sz8aeKR%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d3a3f88d1ec1ae-BLR
Page 136 Q : 8 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .MODEL SMALL
- .STACK 100H
- .DATA
- MSG1 DB "Enter a character : $"
- NEWL DB 0AH,0DH,"$"
- .CODE
- MAIN PROC
- MOV AX,@DATA
- MOV DS,AX
- LEA DX,MSG1
- MOV AH,9
- INT 21H
- MOV AH,1
- INT 21H
- MOV BH,AL
- MOV CX,8
- XOR BL,BL
- LEA DX,NEWL
- MOV AH,9
- INT 21H
- TOP:
- SHL BH,1
- JNC SKIP
- INC BL
- MOV DL,31h
- MOV AH,2
- INT 21H
- JMP SKIP2
- SKIP:
- MOV DL,30h
- MOV AH,2
- INT 21H
- SKIP2:
- LOOP TOP
- LEA DX,NEWL
- MOV AH,9
- INT 21H
- MOV DL,BL
- ADD DL,48
- MOV AH,2
- INT 21H
- MAIN ENDP
- END MAIN
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 1 sec ago | 0.25 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 4 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ O
JavaScript | 10 sec ago | 0.25 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 10 sec ago | 0.10 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 12 sec ago | 0.10 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 16 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 7
JavaScript | 19 sec ago | 0.25 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 21 sec ago | 0.10 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