CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 03:13:34 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=8ca21573d2af49d3193f2157dc4119816107e73bc81666ff0cd2964e6799545da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22YQvow-cnd8tltO4mfz77pfhji6ixnvmE%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d36c0aa8f1f424-BLR
if else label - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; You may customize this and other start-up templates;
- ; The location of this template is c:\emu8086\inc\0_com_template.txt
- org 100h
- ; add your code here
- .data
- smallmsg db "AX is smallest $"
- bigmsg db "BX is greater then $"
- axgreatermsg db "Ax is greater then BX and CX $"
- .code
- mov ax,@data
- mov ds,ax
- mov ax,5
- mov bx,15
- mov cx,7
- cmp ax,bx
- jl bxcx
- jg axbx
- bxcx:
- cmp bx,cx
- jl smallDisplay
- jg greatDisplay
- smallDisplay:
- lea dx,smallmsg
- mov ah,9
- int 21h
- jmp finished
- greatDisplay:
- lea dx,bigmsg
- mov ah,9
- int 21h
- jmp finished
- axbx:
- lea dx,axgreatermsg
- mov ah,9
- int 21h
- jmp finished
- finished:
- ret
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 Swapzone +37% glitch ⭐ T
JavaScript | 16 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ X
JavaScript | 24 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ B
JavaScript | 27 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ X
JavaScript | 33 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 37 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ S
JavaScript | 42 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ O
JavaScript | 46 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 7
JavaScript | 55 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