CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:14:16 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=e471130bf7cd89f9744c1b05f9c88b0eb0cdd7115871433501a52e1b4b3d1151a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22D9oQqefF7e2c66Wc0f2CIcngbFXIvWmH%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc375d7b0ec1b5-BLR
7-1 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- org 100h
- Start:
- xor ax, ax
- mov si, 0
- mov di, 0
- xor bx, bx
- loop_first:
- movsx ax, [arr2 + si]
- xor di, di
- loop_second:
- movsx dx, [arr1 + di]
- cmp ax, dx
- je BreakLoop
- inc di
- cmp di, 4
- je AddToRes
- jmp EndLoop
- AddToRes:
- push si
- mov si, bx
- mov [res + si], al
- pop si
- inc bx
- call PrintDigit
- EndLoop:
- cmp di, 4
- jne loop_second
- BreakLoop:
- inc si
- cmp si, 4
- jne loop_first
- PrintRes:
- push ax
- mov ah, $09
- mov dx, line
- int 21h
- pop ax
- ;print ax
- ;mov bx, ax
- add bx, '0'
- mov ah, $02
- mov dx, bx
- int 21h
- mov ah, $09
- mov dx, pak
- int 21h
- mov ah, $08
- int 21h
- ret
- PrintDigit:
- ;digit in bx
- push ax
- push bx
- push dx
- mov bx, ax
- add bx, '0'
- mov ah, $02
- mov dx, bx
- int 21h
- mov ah, $09
- mov dx, nextLine
- int 21h
- pop dx
- pop bx
- pop ax
- ret
- pak db 13, 10, 'Press any key to exit...$'
- arr1 db 1, 2, 1, 4
- arr2 db 5, 1, 7, 7 ; 2, 4, 5, 7
- nextLine db ', $'
- line db 13, 10, '$'
- res db 8 dup (?)
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 2 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 11 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 24 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 31 sec ago | 0.24 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 40 sec ago | 0.24 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 49 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 59 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 1 min ago | 0.24 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