CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 15:56:20 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=d63ae5a7214b3a7539f3b0cac6bb026817340a610f3a5a6d7027d819dfdb9895a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22hoH7Hr2Erd_xozwOYkRTyE2Rzxc80cI5%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cf8bfefa8bc17c-BLR
crear cuadrado - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- format binary as 'img'
- ORG 7C00h
- MOV AX, 13h
- INT 10h
- MOV AX, 0xA000
- MOV ES, AX
- CALL pintar_bg
- CALL cuadrado
- JMP $
- cuadrado:
- MOV AL, [negro]
- MOV DI, 320*75+135
- MOV CX, [n]
- pintar_filas:
- PUSH CX
- MOV CX, [n]
- pintar_cols:
- MOV [ES:DI], AL
- INC DI
- LOOP pintar_cols
- ADD DI, 320-50
- POP CX
- LOOP pintar_filas
- RET
- pintar_bg:
- MOV CX, 320*200
- MOV DI, 0
- MOV AL, [blanco]
- bucle:
- MOV [ES:DI], AL
- INC DI
- LOOP bucle
- RET
- blanco db 00001111b
- negro db 00000000b
- n dw 50
- times 510-($-$$) db 0
- dw 0xAA55
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ I
JavaScript | 1 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ Q
JavaScript | 2 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ I
JavaScript | 3 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 4 sec ago | 0.10 KB
-
⭐ G2A Bug ⭐ (Get more on BTC swaps) ✅ NEVER S...
JavaScript | 6 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 7
JavaScript | 15 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 15 sec ago | 0.10 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 17 sec 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