CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 05:13:08 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=a0bd00c74bad9c22a2d556663a8c925ac1e2679b619532f374eb5e4929f97f38a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22kaqbmqh5M8MEcfrPrF15vAn4C5HAGKrz%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d41b2f1a59c537-BLR
.model largecode segmentassume cs:code, ds:code, es:code, ss:codeorg 100hsta - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .model large
- code segment
- assume cs:code, ds:code, es:code, ss:code
- org 100h
- start:
- ;??????? ?? ??????
- jmp beg
- print_symbol:
- ;??????????? ??????
- push ax
- push dx
- mov ah, 02h
- mov dl, dh
- cmp dl, 0
- je t2
- int 21h
- t2:
- pop dx
- int 21h
- pop ax
- ret
- print_number:
- ;??????????? ?????, base = 10
- push ax
- push bx
- push cx
- push dx
- mov ax, dx
- mov bx, 10
- mov cx, 0
- getdigits:
- mov dx, 0
- div bx
- inc cx
- add dx, 30h
- push dx
- cmp ax, 0
- jnz getdigits
- mov ah, 02h
- printdigits:
- pop dx
- int 21h
- loop printdigits
- pop dx
- pop cx
- pop bx
- pop ax
- ret
- debug:
- ;????????? ????????, ????????? ??????????
- cli
- push bp
- mov bp, sp
- push ax
- push bx
- push cx
- push dx
- push si
- ;??????? ip ? ax
- mov dx, '['
- call print_symbol
- mov dx, [bp+2]
- call print_number
- mov dx, ','
- call print_symbol
- mov dx, [bp-2]
- call print_number
- mov dx, ']'
- call print_symbol
- mov dx, etr
- call print_symbol
- ;??????? ??????? ???????
- xor ax, ax
- int 16h
- ;???????????? ????????, ????????? ??????????
- pop si
- pop dx
- pop cx
- pop bx
- pop ax
- pop bp
- sti
- iret
- ;???????????? ?????????
- thread:
- mov ax, 1
- mov cx, 10
- t1:
- add ax, ax
- loop t1
- ret
- beg:
- ;????????? ?????? ??????????
- mov ax, 3501h
- int 21h
- mov int1, bx
- mov int1+2, es
- ;?????????? ????? ??????????
- push cs
- pop ds
- mov dx, offset debug
- mov ax, 2501h
- int 21h
- ;????????? ???????? ??? ????????
- pushf
- push offset exit
- ;????????? TF ????
- pushf
- pop ax
- or ax, 100h
- push ax
- push cs
- push offset thread
- iret
- exit:
- popf
- ;?????????? ?????? ??????????
- lea dx, int1
- mov ax, 2501h
- int 21h
- ;????? ????? ??????? ???????
- mov ah, 01h
- int 21h
- int 20h
- int1 dw 0h, 0h
- etr dw 0Ah, 0Dh
- code ends
- end start
Advertisement
Add Comment
Please, Sign In to add comment
-
📝 Exchange profit method
JavaScript | 4 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ Y
JavaScript | 9 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ 9
JavaScript | 9 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch
JavaScript | 15 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ A
JavaScript | 18 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ D
JavaScript | 19 sec ago | 0.25 KB
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 26 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ L
JavaScript | 26 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