CARVIEW |
Select Language
HTTP/2 200
date: Tue, 14 Oct 2025 01:19:01 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=5293059e1ca253666f83f7a07aa1180682006a57f48ac75d56cdcdfdb7b0de7aa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22atsBmSn9D3BPMgkT9XW3bT2ZukdgfYgo%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e33efd9b6f741b-BLR
Lab 4(Write a program to PRINT 10*10 ASTARIC - Pastebin.com
SHARE
TWEET

Lab 4(Write a program to PRINT 10*10 ASTARIC
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Write a program to PRINT 10*10 ASTARIC
- .MODEL SMALL ; IN THIS COURSE ALL MODEL ARE SMALL
- .STACK 100H ; WE ALWAYS USE STACK 100H
- .DATA ; DATA SEGMENT
- STARS DB 0AH,0DH,"********$" ; to print the line asstaric 10*10 we store 10 dtsrt here
- .CODE
- MAIN PROC ; main code start here
- ;PROGRAMME SEGMENT PREFIX
- MOV AX,@DATA
- MOV DS,AX ; INITILATION OF DS
- MOV AH,9 ; the function will use to print string
- LEA DX,STARS ; this print the str value
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- INT 21H ; make this computer to do
- MOV AH,4CH ; TERMINATED THE CODE AND EXI
- INT 21H
- MAIN ENDP
- END MAIN
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Profit Method⭐⭐
Java | 1 sec ago | 0.15 KB
-
🚨 Free Crypto Method 🚨
JavaScript | 5 sec ago | 0.24 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 13 sec ago | 0.15 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 25 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 25 sec ago | 0.15 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 36 sec ago | 0.15 KB
-
🚨 Free Crypto Method 🚨
JavaScript | 37 sec ago | 0.24 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 46 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